Specifies a location in a geographic coordinate system.
Namespace: MindFusion.Mapping
File: LatLong.js
JavaScript Copy Code |
---|
// class |
The following example creates a new MapView using a <DIV> element called "mapview" that we've declared in the HTML code of the page. Then it creates a new Marker and sets it location using a LatLong instance.
JavaScript Copy Code |
---|
var m = MindFusion.Mapping; // create a new instance of the mapView var markers = new m.DecorationLayer("Images"); // create some markers with images view.layers.add(markers); |
MindFusion.Mapping.LatLong