EarthquakeComponentCoordinate constructor

EarthquakeComponentCoordinate({
  1. Latitude? latitude,
  2. Longitude? longitude,
  3. Height? height,
  4. EarthquakeComponentGeodeticSystem? geodeticSystem,
  5. String? condition,
})

Implementation

EarthquakeComponentCoordinate({
  this.latitude,
  this.longitude,
  this.height,
  this.geodeticSystem,
  this.condition,
});