Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

add setters, getters for map's minZoom and maxZoom #3712

Merged
merged 4 commits into from
Jan 29, 2016
Merged

add setters, getters for map's minZoom and maxZoom #3712

merged 4 commits into from
Jan 29, 2016

Commits on Jan 28, 2016

  1. [core] add setMaxZoom, setMinZoom

    also change the default maxZoom to 20 to match -js.
    ansis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    1644234 View commit details
    Browse the repository at this point in the history
  2. [android] getters, setters for minZoom, maxZoom

    adds:
    map.getMminZoom();
    map.setMminZoom(double);
    map.getMaxZoom();
    map.setMaxZoom(double);
    ansis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    ca0099b View commit details
    Browse the repository at this point in the history
  3. [ios] getters, setters for minZoom, maxZoom

    adds:
    minimumZoomLevel
    setMinimumZoomLevel
    maximumZoomLevel
    setMaximumZoomLevel
    ansis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    371a210 View commit details
    Browse the repository at this point in the history
  4. [osx] setMaximumZoomLevel, setMinimumZoomLevel

    adds:
    setMaximumZoomLevel
    setMinimumZoomLevel
    
    and makes `maximumZoomLevel` and `minimumZoomLevel` not readonly
    ansis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    b738087 View commit details
    Browse the repository at this point in the history