public class MapView extends Object
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
static org.slf4j.Logger |
logger |
Modifier and Type | Method and Description |
---|---|
boolean |
addMarker(Marker marker) |
int |
addMarkers(Collection<Marker> markers) |
void |
clearMarkers() |
void |
sortMarkers() |
public static final String copyright
public static final org.slf4j.Logger logger
public MapView()
public MapView(Position center)
public int addMarkers(Collection<Marker> markers)
public boolean addMarker(Marker marker)
public void clearMarkers()
public void sortMarkers()