se.walkercrou.places.Price Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-places-api-java Show documentation
Show all versions of google-places-api-java Show documentation
Comprehensive and FULL Java client for the Google Places API
package se.walkercrou.places;
/**
* Represents a price ranking of some place.
*/
public enum Price {
FREE,
INEXPENSIVE,
MODERATE,
EXPENSIVE,
VERY_EXPENSIVE,
NONE
}