public class Map extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected String |
id |
protected List<Marker> |
markers |
protected String |
name |
| Constructor and Description |
|---|
Map() |
Map(String id,
String name) |
Map(String id,
String name,
List<Marker> markers) |
public static final String copyright
protected String id
protected String name