Nokia Maps API Reference

Contents

Interface nokia.maps.search.Location

Interface Summary

This interface defines a location. The location type refers to a physical location including its physical extent. A location can be referenced either by LRO ID or by its address.

Field Summary
nokia.maps.search.Address address Optional This property holds a reference to an optional Address object.
nokia.maps.geo.Coordinate displayPosition Optional This property holds an object containing the geographic coordinates of the location, where map markers should be placed.
String label Optional This property holds a descriptive label of the location for display purposes in the requested primary language.
nokia.maps.geo.BoundingBox mapView Optional This property holds a bounding box which completely encloses the physical extent of the location.
nokia.maps.geo.Coordinate[] navigationPositions Optional This property holds an array of instances of nokia.maps.geo.Coordinate That represent the location when it is used for routing waypoints.
Field Detail
nokia.maps.search.Address address Optional
This property holds a reference to an optional Address object.
nokia.maps.geo.Coordinate displayPosition Optional
This property holds an object containing the geographic coordinates of the location, where map markers should be placed.
String label Optional
This property holds a descriptive label of the location for display purposes in the requested primary language.
nokia.maps.geo.BoundingBox mapView Optional
This property holds a bounding box which completely encloses the physical extent of the location.
nokia.maps.geo.Coordinate[] navigationPositions Optional
This property holds an array of instances of nokia.maps.geo.Coordinate That represent the location when it is used for routing waypoints.
Documentation generated on Thu Feb 09 2012 12:59:06 GMT+0100 (CET).