se.walkercrou.places.Scope 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 the scope in which a place resides.
*/
public enum Scope {
/**
* The place is only visible to the app that created it.
*/
APP,
/**
* The place has been approved by the moderation process and is visible to the public.
*/
GOOGLE
}