Represents a layer containing map tiles.
Namespace: MindFusion.Mapping
File: MapLayer.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code creates a new MapLayer which loads its map tiles from a tile server. It uses the attribution property to attribute the service.
JavaScript
Copy Code
|
|---|
var m = MindFusion.Mapping; // create a new instance of the mapView var l = new m.MapLayer(); |
Inheritance HierarchyMindFusion.Mapping.MapLayer
See Also