Package-level declarations
Includes the interfaces for the Reverse Geocoding API implementation: the associated options, response data classes, and the callback interface related to it.
Types
Link copied to clipboard
                  Interface of the Reverse Geocoding API.
Link copied to clipboard
                  Callback that reports that a ReverseGeocoderResponse or SearchFailure has been received.
Link copied to clipboard
                  class ReverseGeocoderOptions
Reverse Geocoding request options.
Link copied to clipboard
                  data class ReverseGeocoderResponse(val summary: ReverseGeocoderSummary, val places: List<PlaceMatch>)
Response of the Reverse Geocoding request.