All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.walkercrou.places.Scope Maven / Gradle / Ivy

There is a newer version: 2.1.7
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy