back | source
Map bound
  1. How to set bounding box of the map
    map.bound({
      minLon: 100, minLat: 13,
      maxLon: 101, maxLat: 14
    });
    • Argument: scope of coordinates
  2. Example
  3. Map bound
    var result = map.bound();
    • No argument: current bounding box