Options for the GPS Control
Add a gps to the Map.
Removes the GPS Control
Activate the GPS Control. You should have already added the GPS control before calling this method.
Deactivate the GPS Control. You should have already added the GPS control before calling this method.
gpsOptions(position = "topleft", activate = FALSE, autoCenter = FALSE,
maxZoom = NULL, setView = FALSE)addControlGPS(map, options = gpsOptions())
removeControlGPS(map)
activateGPS(map)
deactivateGPS(map)
Position of the Control
If TRUE activates the GPS on addition.
If TRUE auto centers the map when GPS location changes
If set zooms to this level when auto centering
If TRUE sets the view to the GPS location when found
a map widget object
Options for the GPS control.