getGeoCoordinates abstract method
- String key
Obtains a GeoCoordinates value associated with a given key.
keyThe name of the key for which to obtain the value.
Returns GeoCoordinates?. The value associated with the key.
Implementation
GeoCoordinates? getGeoCoordinates(String key);