public class LCenter extends Object
| Constructor and Description |
|---|
LCenter(double lat,
double lon) |
LCenter(double lat,
double lon,
int zoom) |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getCoordinates() |
int |
getZoom() |
void |
setCoordinates(List<Double> coordinates) |
void |
setZoom(int zoom)
Sets the zoom level at the start
|
elemental.json.JsonObject |
toJson() |
public LCenter(double lat,
double lon,
int zoom)
public LCenter(double lat,
double lon)
Copyright © 2019–2021 XDEV Software. All rights reserved.