WRLDRoutingQueryOptions Class Reference
A set of parameters for a WRLDRoutingQuery.
– addWaypoint:
Add an outdoor waypoint to the route.
Argument | Description |
---|---|
latLng | A CLLocationCoordinate2D this route should pass through. |
– addIndoorWaypoint:forIndoorFloor:
Add an indoor waypoint to the route.
Argument | Description |
---|---|
latLng | A CLLocationCoordinate2D this route should pass through. |
indoorFloorId | The ID of the floor this point lies on. |
– getWaypoints
Get the list of WRLDRoutingQueryWaypoint objects in this query.
Returns:The waypoints in this query.
– setTransportationMode:
Set the desired transportation mode for the route, e.g. Walking or Driving. The default mode is Walking. Driving routes are available for limited areas. Please contact support@wrld3d.com for details.
Argument | Description |
---|---|
transportationMode | An Enum that represents transportationMode, e.g Walking or Driving. |
– getTransportationMode
Gets the transportationMode for the type of route that should be queried, e.g. Walking or Driving.
Returns:The transportation mode in this query.
- Introduction
- WRLDMarker
- WRLDPositioner
- WRLDPolygon
- WRLDPolyline
- WRLDBuildingContour
- WRLDBuildingDimensions
- WRLDBuildingHighlight
- WRLDBuildingInformation
- WRLDBuildingHighlightOptions
- WRLDPrecacheOperation
- WRLDPrecacheOperationResult
- WRLDProp
- WRLDPickResult
- WRLDBlueSphere
- WRLDPoiService
- WRLDPoiSearch
- WRLDTextSearchOptions
- WRLDTagSearchOptions
- WRLDAutocompleteOptions
- WRLDPoiSearchResponse
- WRLDPoiSearchResult
- WRLDMapscene
- WRLDMapsceneService
- WRLDMapsceneRequest
- WRLDMapsceneRequestOptions
- WRLDMapsceneRequestResponse
- WRLDRoutingService
- WRLDRoutingQuery
- WRLDRoutingQueryOptions
- WRLDRoutingQueryWaypoint
- WRLDRoutingQueryResponse
- WRLDRoute
- WRLDRouteSection
- WRLDRouteStep
- WRLDRouteDirections
- WRLDRouteView
- WRLDRouteViewOptions
- WRLDMapViewDelegate
- WRLDIndoorMapDelegate