Localities Types
Contains the type of the localities suggestion.
Entries
Link copied to clipboard
@SerializedName(value = "postal_code" )
publicly-used postal codes around the world
Link copied to clipboard
@SerializedName(value = "admin_level" )
most commonly used administrative areas
Link copied to clipboard
@SerializedName(value = "train_station" )
includes all train stations
Link copied to clipboard
@SerializedName(value = "metro_station" )
includes all metro stations
Link copied to clipboard
@SerializedName(value = "amusement_park" )
includes amusement parks like Disneyland Paris
Link copied to clipboard
@SerializedName(value = "art_gallery" )
includes art galleries
Link copied to clipboard
@SerializedName(value = "tourist_attraction" )
includes tourist attractions like the Eiffel tower
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.