asGeoObject method

GeoObject? asGeoObject()

Implementation

mapkit_geo_object.GeoObject? asGeoObject() {
  if (_value is mapkit_geo_object.GeoObject) {
    return _value;
  }
  return null;
}