EarthquakeComponentCoordinate constructor
EarthquakeComponentCoordinate({
- Latitude? latitude,
- Longitude? longitude,
- Height? height,
- EarthquakeComponentGeodeticSystem? geodeticSystem,
- String? condition,
Implementation
EarthquakeComponentCoordinate({
this.latitude,
this.longitude,
this.height,
this.geodeticSystem,
this.condition,
});