PoiPlace
A place selected from one of our data sources.
@Nullable List<String> getCategoryHierarchy()Returns a list of venue categories in hierarchical order, ornull
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"].
@Nullable Doube getLatitude()Returns the place latitude, ornull
if not available.
@Nullable Doube getLongitude()Returns the place longitude, ornull
if not available.
@Nullable String getName()Returns the name of the place, ornull
if not available.
@Nullable Doube getProbability()Returns the probability of the place's candidacy, ornull
if not available.
Last modified 1yr ago