Package | Description |
---|---|
com.jrfom.gw2 | |
com.jrfom.gw2.api.model.geography |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Map> |
ApiClient.getMap(int mapId)
Retrieve the details for a given
mapId localized
to the English language. |
com.google.common.base.Optional<Map> |
ApiClient.getMapInLang(int mapId,
String lang)
Retrieve the details for a given
mapId localized to the
specified lang . |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Map> |
MapsList.getMapWithId(int id)
Retrieve a
Map from the list
that has the specified id . |
com.google.common.base.Optional<Map> |
MapsList.getMapWithName(String name)
Retrieve a
Map from the list
that has the specified name . |
Copyright © 2014. All Rights Reserved.