- Legend to Symbols

-
Interface ovi.mapsapi.map.Display.Properties
Interface Summary
Interface defining the Properties (keys) that can be passed to the constructor.
Extends
ovi.mapsapi.map.Container.Properties.
Field Summary
ovi.mapsapi.util.OList
objects
The map objects which are contained in this map container.
ovi.mapsapi.map.Provider
baseMapType
The current base map that will be used for display (such as satellite, terrain, hybrid).
ovi.mapsapi.geo.Coordinate
center
The center coordinate of the current view.
ovi.mapsapi.util.IPoint
copyrightPosition
The position of the "Copyright by " label frame.
Number
fading
Specifies if the asynchronously provided tiles should be faded into the Display or not.
Boolean
fixedCenter
Specifies if the center of the map should be fixed if the display has been resized or the padding has been changed.
Number
heading
The heading of the map in degrees.
Number
margin
The size of the supplemental render area.
ovi.mapsapi.util.IPoint
poweredByPosition
The position of the "Powered by " logo frame.
Number
tilt
The tilt of a map in degrees.
Number
zoomLevel
The zoom level of the current view.
Boolean
visibility
The visibility of the Object.
Number
zIndex
The z-index relative to the container.
Direct Inheritance
Inherited from ovi.mapsapi.map.Container.Properties:
objects
Indirect Inheritance
Field Detail
ovi.mapsapi.map.Provider
baseMapType
The current base map that will be used for display (such as satellite, terrain, hybrid).
The given type must be one of the supported types.
Number
fading
Specifies if the asynchronously provided tiles should be faded
into the Display or not. The value specifies number of milliseconds when the
new tiles are faded in. 0 means no fading. The value must be a positive integer number.
- Default Value:
- 250
Boolean
fixedCenter
Specifies if the center of the map should be fixed if the display
has been resized or the padding has been changed.
- Default Value:
- true
Number
heading
The heading of the map in degrees.
It depends on the used platform and is only available if maxHeading is greater than 0.
Number
margin
The size of the supplemental render area.
The Renderer is obliged to be prepared to allow a snappy mouse panning inside the displayed area
plus the given margin (in pixel) on each side.
- Default Value:
- 0