Nokia Maps API Reference

Contents

Interface nokia.maps.search.Place

Interface Summary

This interface defines a place object and its properties. It refers to the semantics and usage of a geographic location, but please note that it is not the same as nokia.maps.search.Location and it differs from a POI and from the Place used in Nokia's Places API.

Field Summary
String[] categories Optional This property holds an array of strings which represent a list of POI category names.
nokia.maps.search.Location[] locations This property holds an array of Location objects.
String name Optional This property holds the descriptive name of a place in the requested primary language for display purposes.
primaryEmail This property holds the primary email address of the place.
primaryFax This property holds the primary fax number of the place.
primaryIM This property holds the primary instant messaging account of the place.
primaryPhone This property holds the primary phone number of the place.
primaryURL This property holds the primary URL of the place.
String[] suppliers Optional This property holds an array of strings which contains a list of supplier names.
Field Detail
String[] categories Optional
This property holds an array of strings which represent a list of POI category names.
This property holds an array of Location objects.
String name Optional
This property holds the descriptive name of a place in the requested primary language for display purposes.
primaryEmail
This property holds the primary email address of the place.
primaryFax
This property holds the primary fax number of the place.
primaryIM
This property holds the primary instant messaging account of the place.
primaryPhone
This property holds the primary phone number of the place.
primaryURL
This property holds the primary URL of the place.
String[] suppliers Optional
This property holds an array of strings which contains a list of supplier names.
Documentation generated on Thu Dec 15 2011 15:14:39 GMT+0100 (CET).