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

Commit

Permalink
[android] - GeoJsonOptions javadoc correction on minZoom level and de…
Browse files Browse the repository at this point in the history
…fault values
  • Loading branch information
tobrun committed Aug 22, 2018
1 parent 49cf31d commit 67f6891
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
public class GeoJsonOptions extends HashMap<String, Object> {

/**
* Maximum zoom level at which to create vector tiles (higher means greater detail at high zoom levels).
* Minimum zoom level at which to create vector tiles (lower means more field of view detail at low zoom levels).
*
* @param minZoom the maximum zoom - Defaults to 18.
* @param minZoom the minimum zoom - Defaults to 0.
* @return the current instance for chaining
*/
public GeoJsonOptions withMinZoom(int minZoom) {
Expand All @@ -24,7 +24,7 @@ public GeoJsonOptions withMinZoom(int minZoom) {
/**
* Maximum zoom level at which to create vector tiles (higher means greater detail at high zoom levels).
*
* @param maxZoom the maximum zoom - Defaults to 18.
* @param maxZoom the maximum zoom - Defaults to 25.5
* @return the current instance for chaining
*/
public GeoJsonOptions withMaxZoom(int maxZoom) {
Expand Down

0 comments on commit 67f6891

Please sign in to comment.