fullJSON property

dynamic fullJSON
getter/setter pair

Has the full JSON response received from the Places API. Can be used to extract extra information. More info on the Places Autocomplete API documentation

All of its information can be accessed like a regular Map. For example:

fullJSON["structured_formating"]["main_text"]

Implementation

var fullJSON;