This guide will walk you through creating a shareable custom wayfinding URL for your interactive map, enabling users to navigate from one location to another seamlessly.
Prerequisites
Before you get started, ensure the following:
- You have the Map ID for the specific client.
- The map has a built wayfinding network.
- The network covers the area you’re trying to navigate.
Notes:
- Level 0 generally refers to the outdoor ground level. In most cases, Level 1 is the first interior level, though this can vary depending on the client’s map setup.
- Certain maps may have unique configurations (e.g., transitioning directly from ground level to an upper level due to terrain or building entrance design).
URL Structure
The general structure of the wayfinding URL is as follows:
https://map.concept3d.com?id={MapID}#d/type:walking;ada:{true/false};from:{Lat},{Lng},{Level};to:{Lat},{Lng},{Level};startName:{Text};endName:{Text}
Example URL:
URL Components
1. Map ID
- The unique ID of the map being used. This ID varies per client.
2. ADA (Accessibility)
- Set to
true
if the route should prioritize wheelchair accessibility, meaning the wayfinding algorithm will identify routes designated as wheelchair accessible. (Note: Some clients may not differentiate these in their node network.)
3. Start Location (from:
)
- Format:
from:{Latitude},{Longitude},{Level}
- Specifies the starting location's latitude, longitude, and level.
4. End Location (to:
)
- Format:
to:{Latitude},{Longitude},{Level}
- Specifies the destination's latitude, longitude, and level.
5. Starting Point Name (startName:
)
- Custom text displayed in the starting location input field.
6. Destination Name (endName:
)
- Custom text displayed in the destination input field.
Common Use Cases
Wayfinding URLs can be used in various scenarios to enhance user experience. Here are some common examples:
Event Coordination
- Use case: Share wayfinding links with attendees to guide them to event locations or specific entry points.
- Example: An event organizer emails a URL to attendees showing the route from the nearest parking area to the conference venue.
QR Codes
- Use case: Generate QR codes for wayfinding URLs that guide users directly to a specific room, building, or parking area. Users scan the QR code to open the interactive map with pre-set directions.
- Example: A university places QR codes outside classrooms, which, when scanned, show the walking route from a parking lot to that classroom. Similarly, QR codes in parking areas can guide users to their final destination on campus.
Mobile App Links
- Use case: Provide directions within a mobile app by embedding wayfinding URLs. Users can click a link to see their route displayed in the interactive map.
- Example: A university’s app includes links to wayfinding routes from major landmarks, such as the library, dormitories, or parking garages.
Parking Integrations
- Use case: Generate a wayfinding URL to provide directions from a parking spot to a specific destination within a facility or campus.
- Example: A parking system integration sends the user a direct link showing the route from their parking location to their desired destination, such as a building entrance.
Visual Example
The screenshot below illustrates how the startName
and endName
fields appear on an interactive map.
By following this structure and applying these use cases, you can create tailored wayfinding URLs for your Concept3D interactive maps, enhancing navigation and improving the overall user experience.