asGeoObjectCollection method

GeoObjectCollection? asGeoObjectCollection()

Implementation

GeoObjectCollection? asGeoObjectCollection() {
  if (_value is GeoObjectCollection) {
    return _value;
  }
  return null;
}