Nokia Maps API Reference

Contents

Interface nokia.maps.map.provider.Provider.Options

Interface Summary

This interface defines options for the class Provider constructor.

Field Summary
String description Optional This property holds a description of the provider to be used in the user interface, for example in tool tips.
Function getCopyrights Optional This property specifies a function to provide copyright information.
String label Optional This property will represent a label for the provider, for example for the type or overlay buttons.
Number max Optional This property indicates the maximum zoom level.
Number min Optional This property indicates the initial minimum zoom level.
Number updateCycle Optional This property indicates the period for an automatic update cycle in seconds as integer.
Field Detail
String description Optional
This property holds a description of the provider to be used in the user interface, for example in tool tips.
Function getCopyrights Optional
This property specifies a function to provide copyright information.
See:
nokia.maps.map.provider.Provider#getCopyrights
String label Optional
This property will represent a label for the provider, for example for the type or overlay buttons.
Number max Optional
This property indicates the maximum zoom level. Its value must be an integer in range from -1 to 30. A value of -1 indicates that the provider doesn't provide data in any zoom level.
Number min Optional
This property indicates the initial minimum zoom level. Its value must be an integer in the range from 0 to 30.
Number updateCycle Optional
This property indicates the period for an automatic update cycle in seconds as integer. If the value is less then 1 the property is ignored. See also nokia.maps.map.provider.Provider#update
Documentation generated on Wed Jun 27 2012 16:54:18 GMT+0200 (CEST).