public class CityDatabase
A simple lookup table of city names to their coordinates. Lookups are case insensitive.
| Modifier and Type | Field and Description | 
|---|---|
static CityDatabase | 
INSTANCE
A simple lookup table of city names to their coordinates. Lookups are case insensitive. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WorldMapLocation | 
get(java.lang.String name)  | 
java.util.HashMap<java.lang.String,net.corda.core.node.WorldMapLocation> | 
getCityMap()  | 
public static CityDatabase INSTANCE
A simple lookup table of city names to their coordinates. Lookups are case insensitive.
public java.util.HashMap<java.lang.String,net.corda.core.node.WorldMapLocation> getCityMap()
public WorldMapLocation get(java.lang.String name)