getCategoryHierarchy()
1@Nullable List<String> getCategoryHierarchy()Copied!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"].
getLatitude()
1@Nullable Doube getLatitude()Copied!Returns the place latitude, ornull
if not available.
getLongitude()
1@Nullable Doube getLongitude()Copied!Returns the place longitude, ornull
if not available.
getName()
1@Nullable String getName()Copied!Returns the name of the place, ornull
if not available.
getProbability()
1@Nullable Doube getProbability()Copied!Returns the probability of the place's candidacy, ornull
if not available.