asGeoPointWithElevation property
GeoPointWithElevation?
get
asGeoPointWithElevation
Implementation
GeoPointWithElevation? get asGeoPointWithElevation => this.isGeoPointWithElevation ? this._value as GeoPointWithElevation : null;