Places API Reference

Contents

UI API

 
nokia

Data API

 
nokia

jsMotif

 
jsMotif

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 method argument or a return value.

Note that when a place structure contains search results, only those properties are present and populated 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.

Field Summary

Array alternativeNames This class defines an array of alternative names for the given place.
Array categories This is an array of categories, where the first item is the primary category.
String description This property contains a short description of a place.
nokia.places.objects.List images This property holds a list of media as an array.
String name This property contains the translated name of a place.
String placeId This property contains a unique identifier for a POI in Places database.
nokia.places.objects.List reviews This property contains a list of review items.
Array tags This property contains review tags as an array of strings.

Field Detail

Array alternativeNames
This class defines an array of alternative names for the given place. The class is an element of nokia.places.objects.Place.
Array categories
This is an array of categories, where the first item is the primary category.
String description
This property contains a short description of a place. The value is teaser text, describing the place in fewer than 200 characters. This property is optional and may not be included in every place object
This property holds a list of media as an array. It is a list (nokia.places.objects.List) whose members are instances of nokia.places.objects.Media.
String name
This property contains the translated name of a place.
String placeId
This property contains a unique identifier for a POI in Places database. This property will not be available for street addresses.
This property contains a list of review items. The property is an instance of nokia.places.objects.List and its elements are defined by nokia.places.objects.Review.
Array tags
This property contains review tags as an array of strings.

Copyright © 2011 Nokia. All rights reserved. Terms and Conditions