Geolocation constructor
- LocationServices? locationServices,
- DateTime? timestamp,
- GeolocationCoordinate? coordinate,
- GeolocationAltitude? altitude,
- GeolocationHeading? heading,
- GeolocationSpeed? speed,
Implementation
const Geolocation({
this.locationServices,
this.timestamp,
this.coordinate,
this.altitude,
this.heading,
this.speed,
});