setGeoCoordinates abstract method

void setGeoCoordinates(
  1. String key,
  2. GeoCoordinates value
)

Creates a key:value pair, where the value is of type GeoCoordinates.

If the given key already exists, its value will be replaced by the new one.

  • key The name of the key to be created or replaced.

  • value The value to be assigned to the key.

Implementation

void setGeoCoordinates(String key, GeoCoordinates value);