Methods | Supported | Notes |
---|---|---|
getBounds | ✅ | |
getFields | ✅ | |
getPlace | ✅ | |
setBounds | ✅ | setBounds is used to bias, but the geocoder's bounds is a firm restriction, so if strictBounds isn't specified, then we use the center of the input bounds to bias |
setComponentRestrictions | ❌ | |
setFields | ✅ | |
setOptions | ✅ | |
setTypes | ❌ |
Events | Supported | Notes |
---|---|---|
place_changed | ✅ | Event is supported, PlaceResult has limitations |
Methods | Supported | Notes |
---|---|---|
getPlacePredictions | ✅ | AutocompletePrediction has limitations |
getQueryPredictions | ✅ | QueryAutocompletePrediction has limitations |
Properties | Supported | Notes |
---|---|---|
description | ✅ | |
matched_substrings | ❌ | |
place_id | ✅ | |
structured_formatting | ❌ | |
terms | ❌ | |
types | ❌ | |
distance_meters | ❌ |
Properties | Supported | Notes |
---|---|---|
description | ✅ | |
matched_substrings | ❌ | |
place_id | ✅ | |
terms | ❌ |
Methods | Supported | Notes |
---|---|---|
getBounds | ✅ | |
getPlaces | ✅ | Event is supported, PlaceResult has limitations |
setBounds | ✅ | setBounds is used to bias, but the geocoder's bounds is a firm restriction, so we use the center of the input bounds to bias |