PoiSearchResult

Package: com.eegeo.mapapi.services.poi

The data for a single POI, returned by a POI search.

Fields

public final int id

A unique ID for this POI.

public final String title

The title text for this POI.

public final String subtitle

The subtitle text for this POI.

public final String tags

A tag, or a space-separated list of tags, for this POI.

public final LatLng latLng

The geographic location of this POI.

public final double heightOffset

The distance from the ground, in metres, of this POI.

public final boolean indoor

Whether this POI is indoors or not.

public final String indoorId

The ID of the indoor map this POI is inside. If the POI is outdoors, this is the empty string.

public final int floorId

The floor number this POI is on. If the POI is outdoors, this defaults to 0.

public final String userData

Arbitrary JSON user data. This can be empty, or can be any JSON data this POI has associated.

v0.0.1467
Overview Introduction
Picking PickResult
Widgets (Optional) BlueSphere
Tag Service (Optional) TagService OnTagsLoadCompletedListener
RouteView Widget (Optional) RouteView RouteViewOptions