Exemple #1
0
 public MaxZoomStatus getStatus() {
   return MaxZoomStatus.fromValue(_getStatus());
 }
Exemple #2
0
 /**
  * The maximum zoom level found at the given LatLng.
  *
  * @param status
  */
 public void setStatus(MaxZoomStatus status) {
   setStatus(status.getValue());
 }