Nokia Maps API Reference

Contents

Namespace nokia.places.objects.Place

Namespace Summary

This namespace represents a place as a data structure. A structure of this type may be returned in response to searches, and may be used as a method argument or a return value.

Note that when a place structure contains search results, only those properties are present for which data are available. For example, if rating information is not available, place.rating is not included in the given instance of nokia.places.objects.Place.

location This class encapsulates location information.
related This class is designed to list places that may be of interest in relation to the given place, for example recommended places or services such as public transport, parking, etc.
Field Summary
static Array alternativeNames This class defines an array of alternative names for the given place.
static String attribution This property contains the attribution text for the given place.
static Array categories This is an array of categories, where the first item is the primary category.
static String icon This property contains the URL of the icon image for the given place.
static String name This property contains the translated name of a place.
static String placeId This property contains a unique identifier for a POI in the Places database.
static Boolean verifiedByOwner This property has boolean value true if the place information has been verified by the owner
static String view This property contains a link to a representation of the place that can be viewed by end users.
Field Detail
static Array alternativeNames
This class defines an array of alternative names for the given place. The class is an element of nokia.places.objects.Place.
static String attribution
This property contains the attribution text for the given place. The property is optional.
static Array categories
This is an array of categories, where the first item is the primary category.
static String icon
This property contains the URL of the icon image for the given place.
static String name
This property contains the translated name of a place.
static String placeId
This property contains a unique identifier for a POI in the Places database. This property is not available for street addresses.
static Boolean verifiedByOwner
This property has boolean value true if the place information has been verified by the owner
static String view
This property contains a link to a representation of the place that can be viewed by end users.
Documentation generated on Wed Jun 27 2012 16:54:17 GMT+0200 (CEST).