PoiPlace

A place selected from one of our data sources.

PoiPlace API

getCategoryHierarchy()

@Nullable List<String> getCategoryHierarchy()

Returns a list of venue categories in hierarchical order, or null if not available.

The first item represents the broadest category, with each subsequent item representing a more specific one. For example: ["shop", "food", "grocery", "supermarket"].

getLatitude()

@Nullable Doube getLatitude()

Returns the place latitude, or null if not available.

getLongitude()

@Nullable Doube getLongitude()

Returns the place longitude, or null if not available.

getName()

Returns the name of the place, or null if not available.

getProbability()

Returns the probability of the place's candidacy, or null if not available.

Last updated