public interface MapInfo
getMapInfo API.| Modifier and Type | Interface and Description |
|---|---|
static interface |
MapInfo.Listener
Listener used to receive information from
getMapInfo. |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getMapInfo()
Get the map-info object.
|
org.json.JSONObject getMapInfo()
Format of the JSON address object (all values are stored as String objects, unless stated otherwise)
{
name : "<The map name>",
release_number : "<The release number>",
release_date : "<The release date>",
build_number : "<The build number>",
location_path : "<The location path>"
}
Attributes
name —
The name of the map, null if unknown.
release_number —
The release number of the map, null if unknown.
release_date —
The release date of the map, null if unknown. The map's release date is the number of days since January 1st, 2000, returned as an integer.
build_number —
The build number of the map, null if unknown.
location_path —
The location path of the map, null if unknown.