| 
    VisioMove SDK (iOS)
    2.1.22
    
   | 
 
Public Member Functions | |
| VgNearPlacesParameters () | |
Public Attributes | |
| float | mDistanceThreshold | 
| double | mHeading | 
| std::string | mLayerName | 
An object containing parameters to perform a queryNearPlaces from a position.
      
  | 
  inline | 
| float VgNavigationModule::VgNearPlacesParameters::mDistanceThreshold | 
Maximum distance threshold in meters. Default is 10 meters.
| double VgNavigationModule::VgNearPlacesParameters::mHeading | 
Heading in degrees. Default is North. Its value should be between -360.0 and 360.0
| std::string VgNavigationModule::VgNearPlacesParameters::mLayerName | 
if non empty, find the routing node on a specific layer, if empty it will use the altitude of the position argument of queryNearPlaces to determine the layers to search on. Default is empty.