- Legend to Symbols

-
Class nokia.maps.map.Provider
Class Summary
An abstract class representing a map provider. A provider can be understood as a data vendor for items such as:
- Map tiles - this is common functionality
- Spatial objects - for example traffic or public transport lines
- Screen objects (for example markers in a store finder or in gas station layers
Due to the various use cases of providers they have only a few properties in common. The available properties are defined in nokia.maps.map.Display#availableBaseMapTypes and nokia.maps.map.Display#availableOverlays
Extends
nokia.maps.map.Provider.Options.
Options
This interface defines properties for the class
Provider.
Field Summary
String
description
This property holds a description of the provider to be used in the user interface, for example in tool tips.
String
label
This property represents a label for the provider, for example for the type or overlay buttons.
Number
max
This property indicates the maximum zoom level.
Number
min
This property indicates the minimum zoom level.
Direct Inheritance