Nokia Maps API Reference

Contents

Class nokia.places.ui.modules.MapJSL

Class Summary

This class encapsulates functionality to display a place on the map. It requires Maps API to be loaded.

A template element targeted by Map must have the attribute rel with the values "map-container".

Method Summary
setTileType (tileType) Function changes tile type in Map module
setZoom (zoom) This method sets the map zoom level.
Direct Inheritance
Constructor Detail

This class encapsulates functionality to display a place on the map. It requires Maps API to be loaded.

A template element targeted by Map must have the attribute rel with the values "map-container".

new nokia.places.ui.modules.MapJSL(params)
Parameters:
{Object} params An initialization object that may include parameters defined for nokia.places.ui.modules.Module
  • zoom map initial zoom level; it is an integer value from 0 to 20
  • tileType map display type; it may be one of following strings: 'map', 'satellite', 'terrain', 'transit', 'traffic'
Documentation generated on Wed Jun 27 2012 16:54:22 GMT+0200 (CEST).