public class GHPlace extends GHPoint
| Constructor and Description |
|---|
GHPlace() |
GHPlace(double lat,
double lon) |
GHPlace(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isValidName() |
GHPlace |
setName(String name) |
void |
setValue(String t) |
String |
toString() |
create, equals, fromJson, fromString, fromStringLonLat, getLat, getLon, hashCode, isValid, toGeoJson, toShortStringpublic GHPlace()
public GHPlace(String name)
public GHPlace(double lat,
double lon)
Copyright © 2012–2019. All rights reserved.