Új nmea mondatok: gsa, gsv, műhold info osztály

This commit is contained in:
2026-05-28 13:24:16 +02:00
parent 3d4c937b71
commit 9347e22843
4 changed files with 236 additions and 0 deletions
@@ -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,