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 |
---|---|
PhysicalLocation |
get(java.lang.String name) |
public static CityDatabase INSTANCE
A simple lookup table of city names to their coordinates. Lookups are case insensitive.
public PhysicalLocation get(java.lang.String name)