LngLatBoundsLike Class

Module: UI

A LngLatBounds object or an array of LngLatLike objects.

var v1 = new minemap.LngLatBounds(
  new minemap.LngLat(116.9876, 40.9),
  new minemap.LngLat(116.9397, 40.98)
 );
var v2 = new minemap.LngLatBounds([116.9876, 40.9], [116.9397, 40.98])
var v3 = [[116.9876, 40.9], [116.9397, 40.98]];
Show:

Index

Methods

Properties

Events

Methods

Properties

Events