Nokia Maps API Reference

Contents

Interface nokia.maps.search.LocationFilter

Interface Summary

This interface defines a location filter. A filter is designed to match search results to certain address values or to match an exact location reference (its LRO ID).

Field Summary
String city Optional This property holds the administration area at GDF Order8 level (examples US: City, DE: Gemeinde).
String country Optional This property holds the country code (3 bytes, ISO 3166-1-alpha-3).
String county Optional This property holds the administration area at GDF Order2 level (examples US: County, DE: Kreis)
String district Optional This property holds the administration area at GDF Builtup level (examples US: n/a, DE: Ortsteil).
String houseNumber Optional This property holds the house number.
String locationId Optional This property holds the location id, which uniquely identifies a physical location within the LRO system.
String postalCode Optional This property holds the postal code.
String state Optional This property holds the administration area at GDF Order1 level (examples US: State, DE: Bundesland).
String | String[] street Optional This property holds the name of the street.
Field Detail
String city Optional
This property holds the administration area at GDF Order8 level (examples US: City, DE: Gemeinde). It can also be an alternative administrative name (e.g., "Paris" for Charles-de-Gaulle airport, which is actually located in Roissy-en-France).
String country Optional
This property holds the country code (3 bytes, ISO 3166-1-alpha-3).
String county Optional
This property holds the administration area at GDF Order2 level (examples US: County, DE: Kreis)
String district Optional
This property holds the administration area at GDF Builtup level (examples US: n/a, DE: Ortsteil).
String houseNumber Optional
This property holds the house number. Depending on regional characteristics, the property value can also be a house name.
String locationId Optional
This property holds the location id, which uniquely identifies a physical location within the LRO system.
String postalCode Optional
This property holds the postal code.
String state Optional
This property holds the administration area at GDF Order1 level (examples US: State, DE: Bundesland).
String | String[] street Optional
This property holds the name of the street. A second street name can be included to search for street intersections.
Documentation generated on Thu Dec 15 2011 15:14:39 GMT+0100 (CET).