fullResponse property

ReverseGeocodingResponse? fullResponse
final

Complete reverse geocoding response with detailed location info.

Contains: city, state, neighbourhood, inTrafficZone, etc. Null if reverse-geocoding hasn't completed or failed.

Implementation

final ReverseGeocodingResponse? fullResponse;