Új nmea mondatok: gsa, gsv, műhold info osztály
This commit is contained in:
@@ -26,6 +26,10 @@ class MapSurveyView extends GetView<MapSurveyController> {
|
||||
onZoomIn: controller.mapZoomIn,
|
||||
onZoomOut: controller.mapZoomOut,
|
||||
onCenterOnGps: controller.isMapMoveToCenter,
|
||||
layers: [
|
||||
Obx(() =>
|
||||
MarkerLayer(markers: controller.currentLocationMarker.toList()))
|
||||
],
|
||||
),
|
||||
Positioned(
|
||||
top: 8,
|
||||
|
||||
Reference in New Issue
Block a user