Legacy
Mapbox.js is no longer in active development. To learn more about our newer mapping tools see Mapbox GL JS.
You are viewing an older version of Mapbox.js. Check out v3.3.1 for the latest.
TileLayer
Used to load and display tile layers on the map, implements ILayer interface.
Usage example
L.tileLayer('http://{s}.tile.cloudmade.com/{key}/{styleId}/256/{z}/{x}/{y}.png', {
key: 'API-key',
styleId: 997
}).addTo(map);
Creation
Factory | Description |
---|---|
L.tileLayer(
|
Instantiates a tile layer object given a URL template and optionally an options object. |