public class NamedPlace extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name
some human-readable text string e.g.
|
String |
place
"latitude,longitude", or the name of a graph vertex
|
| Constructor and Description |
|---|
NamedPlace(String place) |
NamedPlace(String name,
String place) |
Copyright © 2018. All rights reserved.