GeoPointWithElevation constructor
const
GeoPointWithElevation({})
Implementation
const GeoPointWithElevation({
required this.latitude,
required this.longitude,
this.elevation = const Elevation(0)
});
const GeoPointWithElevation({
required this.latitude,
required this.longitude,
this.elevation = const Elevation(0)
});