GeoProperty.value constructor

GeoProperty.value(
  1. GeoLocation location
)

Creates a new GeoProperty based on the given location

Implementation

GeoProperty.value(GeoLocation location)
    : this('GEO:${location.latitude};${location.longitude}');