NaviMapCamera

const val NaviMapCamera: Int = 14

Action: Updates map camera setting Arguments: mapCamera: PFMapCamera Postcondition: If argZoom is PFMapCamera:Reset - Map display will reset to default zoom level. If actual zoom level is the same as default => nothing happens If argZoom is PFMapCamera:In - Map display will be zoomed in. If maxiumum zoom in => nothing happens If argZoom is PFMapCamera:Out - Map display will be zoomed out. If maximum zoom out => nothing happens If argZoom is PFMapCamera:Auto - Auto zoom setting for map display will be enabled If argZoom is PFMapCamera:twoDimensional - Shows map in 2D If argZoom is PFMapCamera:threeDimensional - Shows map in 3D