List of All Members for Map
This is the complete list of members for Map, including inherited members.
- activeMapType : mapType
 - bearing : real 
(since QtLocation 5.9) - center : coordinate
 - color : color
 - copyrightsVisible : bool
 - error : enumeration
 - errorString : string
 - fieldOfView : real 
(since QtLocation 5.9) - mapItems : list<MapItem>
 - mapReady : bool
 - maximumFieldOfView : real 
(since QtLocation 5.9) - maximumTilt : real 
(since QtLocation 5.9) - maximumZoomLevel : real
 - minimumFieldOfView : real 
(since QtLocation 5.9) - minimumTilt : real 
(since QtLocation 5.9) - minimumZoomLevel : real
 - plugin : Plugin
 - supportedMapTypes : list<mapType>
 - tilt : real 
(since QtLocation 5.9) - visibleArea : rect
 - visibleRegion : geoshape
 - zoomLevel : real
 - void addMapItem(MapItem item)
 - void addMapItemGroup(MapItemGroup itemGroup)
 - void addMapItemView(MapItemView itemView)
 - void alignCoordinateToPoint(coordinate coordinate, QPointF point)
 - void clearData()
 - void clearMapItems()
 - copyrightLinkActivated(string link)
 - void fitViewportToGeoShape(geoShape, margins)
 - void fitViewportToMapItems(list<MapItems> items)
 - void fitViewportToVisibleMapItems()
 - point fromCoordinate(coordinate coordinate, bool clipToViewPort)
 - void pan(int dx, int dy)
 - void prefetchData()
 - void removeMapItem(MapItem item)
 - void removeMapItemGroup(MapItemGroup itemGroup)
 - void removeMapItemView(MapItemView itemView)
 - void setBearing(real bearing, coordinate coordinate)
 - coordinate toCoordinate(QPointF position, bool clipToViewPort)