Enum GpsFollowZoomMode
- Namespace
- MapLibreNative.Maui
How the GPS control chooses the camera zoom when Follow mode engages (via the on-map GPS button, or the first fix that arrives while following). Later fixes never change the zoom, so a manual pinch/scroll zoom sticks until Follow is re-entered.
public enum GpsFollowZoomMode
Fields
Accuracy = 1Compute the zoom from the fix's reported accuracy so the accuracy circle is comfortably visible on screen — a good fix lands at street level, a poor cell-tower-grade fix stays zoomed out to cover its uncertainty.
Fixed = 2Always ease to the fixed level in
GpsFollowZoom.KeepCurrent = 0Keep the current zoom, only zooming in to a sensible level (14) when the map is very far out (zoom < 8). The historical behaviour; the default.