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