PoiPlace
A place selected from one of our data sources.
PoiPlace API
getCategoryHierarchy()
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()
getLatitude()
Returns the place latitude, or
null
if not available.
getLongitude()
getLongitude()
Returns the place longitude, or
null
if not available.
getName()
getName()
Returns the name of the place, or
null
if not available.
getProbability()
getProbability()
Returns the probability of the place's candidacy, or
null
if not available.
Last updated