public class Place extends Object
Constructor and Description |
---|
Place(String id,
String name,
String fullName,
String streetAddress,
String country,
String countryCode,
PlaceType placeType) |
Modifier and Type | Method and Description |
---|---|
String |
getCountry() |
String |
getCountryCode() |
String |
getFullName() |
String |
getId() |
String |
getName() |
PlaceType |
getPlaceType() |
String |
getStreetAddress() |
Copyright © 2018. All rights reserved.