TencentLocation constructor
const
TencentLocation({ - double? latitude,
- double? longitude,
- double? altitude,
- double? accuracy,
- double? bearing,
- double? speed,
- double? directionFromSensor,
- int? time,
- LocationSource source = LocationSource.unknown,
- CoordinateType coordinateType = CoordinateType.gcj02,
- TencentGeoAddress? geoAddress,
- List<TencentPoi> poiList = const [],
- String? indoorBuildingId,
- String? indoorBuildingFloor,
- int? elapsedRealtime,
- double? verticalAccuracy,
- String cacheSource = 'none',
})
Implementation
const TencentLocation({
this.latitude,
this.longitude,
this.altitude,
this.accuracy,
this.bearing,
this.speed,
this.directionFromSensor,
this.time,
this.source = LocationSource.unknown,
this.coordinateType = CoordinateType.gcj02,
this.geoAddress,
this.poiList = const [],
this.indoorBuildingId,
this.indoorBuildingFloor,
this.elapsedRealtime,
this.gpsRssi,
this.verticalAccuracy,
this.cacheSource = 'none',
this.extras = const {},
});