googleLocations property

List<GoogleLocation>? googleLocations
getter/setter pair

A collection of GoogleLocations that are potential matches to the specified request, listed in order from most to least accuracy.

Implementation

core.List<GoogleLocation>? googleLocations;