package io.github.amarcruz.googleplacesui;

final class Constants {

    private Constants() {}

    static final String TAG = "GooglePlacesUI";

    static final int PLACE_PICKER_RC = 61121;
    static final int PLACE_AUTOCOMPLETE_RC = 61122;

    static final String E_GOOGLE_PS_NOT_AVAILABLE = "E_GOOGLE_PS_NOT_AVAILABLE";
    static final String E_CANNOT_LAUNCH_PICKER = "E_CANNOT_LAUNCH_PICKER";
    static final String E_INVALID_PARAM = "E_INVALID_PARAM";
    static final String E_PICKER_ERROR = "E_PICKER_ERROR";
}
