getGeoCoordinates abstract method

GeoCoordinates? getGeoCoordinates(
  1. String key
)

Obtains a GeoCoordinates value associated with a given key.

  • key The name of the key for which to obtain the value.

Returns GeoCoordinates?. The value associated with the key.

Implementation

GeoCoordinates? getGeoCoordinates(String key);