List of All Members for Map
This is the complete list of members for Map, including inherited members.
- activeMapType : MapType
- bearing : real
- center : coordinate
- color : color
- copyrightsVisible : bool
- error : enumeration
- errorString : string
- fieldOfView : real
- gesture : MapGestureArea
- mapItems : list<MapItem>
- mapParameters : list<MapParameters>
- mapReady : color
- maximumFieldOfView : bool
- maximumTilt : bool
- maximumZoomLevel : real
- minimumFieldOfView : bool
- minimumTilt : bool
- minimumZoomLevel : real
- plugin : Plugin
- supportedMapTypes : list<MapType>
- tilt : real
- visibleRegion : geoshape
- zoomLevel : real
- void addMapItem(MapItem item)
- void addMapItemGroup(MapItemGroup itemGroup)
- void addMapParameter(MapParameter parameter)
- void clearData()
- void clearMapItems()
- void clearMapParameters()
- copyrightLinkActivated(string link)
- void fitViewportToMapItems()
- 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 removeMapParameter(MapParameter parameter)
- coordinate toCoordinate(QPointF position, bool clipToViewPort)