Position Object on an Indoor Map
Place an object inside an Indoor Map, at an elevation above a chosen floor, using a GeographicTransform. This works in both Unity and ECEF coordinate systems.
To run this example, open the Wrld/Demo/Examples.unity
scene, click the Play button, and select Position Object on an Indoor Map from the dropdown.
- Create an empty GameObject in the scene hierarchy.
- Attach the GeographicTransform.cs script to this object.
- Set the desired Latitude, Longitude, and Elevation for the object in the Inspector pane.
- Set the desired Indoor Map ID and Indoor Map Floor Id for the object in the Inspector pane.
- Make the GameObject that you want to place upon the map a child of the GeographicTransform in the scene hierarchy.
v0.8.203
- Moving the Camera
- Adjusting Camera Heading & Tilt
- Animating the Camera
- Set a Custom Render Camera
- Selecting Buildings
- Placing Objects on Buildings
- Highlighting Buildings
- Clearing Highlights
- Updating Building Highlight Color
- Picking Buildings
- Enter and Exit an Indoor Map
- Display the Name of an Indoor Map
- Moving between Indoor Map Floors
- Animating Indoor Maps with a Slider
- Indoor Maps with Custom Materials
- Highlighting Indoor Map Entities
- Picking Indoor Map Entities
- Query Indoor Map Entity Information
- Precache map data
- Cancel precaching map data
- Position Object on the Map with a GeographicTransform
- Position Object on the Map with a Positioner
- Fly Object Over Map
- Place a 2D View on the Map
- Position Object on an Indoor Map
- Place a 2D View on an Indoor Map
- Find Point on Transport Network
- Find Path on Transport Network
- Follow Path on Transport Network
- Visualize Transport Network
- Access Network using TransportGraph
- Find Point on Path
- Enable Labels
- Colliding with map geometry
- Coordinate Systems
- Custom Materials
- Custom Textures
- Debugging & Performance
- ECEF Coordinate System
- GeographicTransform Information
- SDK Package Structure
- Using the Built-in Camera Controls
- Using Your Own Camera Controls
- Separate Streaming and Rendering
- Troubleshooting
Camera
Buildings
Indoor Maps
Precaching
Positioning
Transport
Paths
Experimental Features
Miscellaneous