- accuracy(int) - Method in class se.walkercrou.places.PlaceBuilder
-
Sets the accuracy of the location signal on which this request is based, expressed in meters.
- addAddressComponents(Collection<AddressComponent>) - Method in class se.walkercrou.places.Place
-
Adds a collection of address components to this place.
- addAltIds(Collection<AltId>) - Method in class se.walkercrou.places.Place
-
Adds a collection of
AltIds.
- addAspect(Review.Aspect) - Method in class se.walkercrou.places.Review
-
- addAspects(Collection<Review.Aspect>) - Method in class se.walkercrou.places.Review
-
Adds a collection of aspects to the review.
- addPeriod(Hours.Period) - Method in class se.walkercrou.places.Hours
-
Adds a period to this schedule's list of periods.
- addPhotos(Collection<Photo>) - Method in class se.walkercrou.places.Place
-
Adds a collection of photos to this place.
- addPlace(PlaceBuilder, boolean, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- addPlace(PlaceBuilder, boolean, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Adds a new place to the Places API and gets the newly created place if returnPlace is set to true.
- address(String) - Method in class se.walkercrou.places.PlaceBuilder
-
The address of the place you wish to add.
- AddressComponent - Class in se.walkercrou.places
-
Represents a single component in a Place's full address.
- AddressComponent() - Constructor for class se.walkercrou.places.AddressComponent
-
- addReviews(Collection<Review>) - Method in class se.walkercrou.places.Place
-
Adds a collection of reviews to this place.
- addTerms(Collection<Prediction.DescriptionTerm>) - Method in class se.walkercrou.places.Prediction
-
- addType(String) - Method in class se.walkercrou.places.AddressComponent
-
Adds a type to this components list of types
- addTypes(Collection<String>) - Method in class se.walkercrou.places.Place
-
Adds a collection of string "types".
- addTypes(Collection<String>) - Method in class se.walkercrou.places.Prediction
-
Adds a collection of string "types".
- AltId - Class in se.walkercrou.places
-
Represents an alternate entry for a specified
Place
- AltId(GooglePlaces, String, Scope) - Constructor for class se.walkercrou.places.AltId
-
- API_URL - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The URL of which Google Places API is located.
- ARRAY_ADDRESS_COMPONENTS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
An array containing each element in a places full address
- ARRAY_ALT_IDS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Defines alternate entries for a specified place.
- ARRAY_ASPECTS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Array of aspects of a review
- ARRAY_MATCHED_SUBSTRINGS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Used for matching matched substrings for autocompletion
- ARRAY_PERIODS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Signifies the hours of operation of a place
- ARRAY_PHOTOS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Array containing photo information
- ARRAY_PREDICTIONS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Array of autocomplete predictions
- ARRAY_RESULTS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Array for results
- ARRAY_REVIEWS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Array of reviews of a Place
- ARRAY_TERMS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Array of terms describing a autocomplete prediction description
- ARRAY_TYPES - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Types of place
- Aspect(int, String) - Constructor for class se.walkercrou.places.Review.Aspect
-
Creates a new Aspect with the specified rating an aspect type.
- get(String) - Method in class se.walkercrou.places.DefaultRequestHandler
-
- get(String) - Method in interface se.walkercrou.places.RequestHandler
-
Returns the returned data at the specified URI.
- getAccuracy() - Method in class se.walkercrou.places.Place
-
Returns the accuracy of the location, expressed in meters.
- getAddress() - Method in class se.walkercrou.places.Place
-
Returns the address of this place.
- getAddressComponents() - Method in class se.walkercrou.places.Place
-
Returns the address components for this place.
- getAltIds() - Method in class se.walkercrou.places.Place
-
Returns all of this place's alt-ids in an unmodifiable list.
- getApiKey() - Method in class se.walkercrou.places.GooglePlaces
-
- getApiKey() - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the API key associated with this GooglePlaces object.
- getAspects() - Method in class se.walkercrou.places.Review
-
Returns all aspects of the review.
- getAuthor() - Method in class se.walkercrou.places.Review
-
Returns the author of the review.
- getAuthorUrl() - Method in class se.walkercrou.places.Review
-
Returns the url associated with the author.
- getCharacterEncoding() - Method in class se.walkercrou.places.DefaultRequestHandler
-
Returns the character encoding used by this handler.
- getCharacterEncoding() - Method in interface se.walkercrou.places.RequestHandler
-
Returns the character encoding used by this handler.
- getClient() - Method in class se.walkercrou.places.Place
-
Returns the client associated with this Place object.
- getClient() - Method in class se.walkercrou.places.Prediction
-
Returns the client for this prediction.
- getClosingDay() - Method in class se.walkercrou.places.Hours.Period
-
Returns the day this period closes.
- getClosingTime() - Method in class se.walkercrou.places.Hours.Period
-
Returns the closing time in hhmm format.
- getDescription() - Method in class se.walkercrou.places.Prediction
-
Returns a description of the prediction in human-readable form.
- getDetails(Param...) - Method in class se.walkercrou.places.Place
-
Returns an updated Place object with more details than the Place object returned in an initial query.
- getErrorMessage() - Method in exception se.walkercrou.places.exception.GooglePlacesException
-
Returns this exception's error message.
- getGoogleUrl() - Method in class se.walkercrou.places.Place
-
Returns the Google PLus page for this place.
- getHeight() - Method in class se.walkercrou.places.Photo
-
Returns the height of the photo.
- getHours() - Method in class se.walkercrou.places.Place
-
Returns the
Hours for this place.
- getIconImage() - Method in class se.walkercrou.places.Place
-
Returns the icon image.
- getIconInputStream() - Method in class se.walkercrou.places.Place
-
Returns the input stream of this place.
- getIconUrl() - Method in class se.walkercrou.places.Place
-
Returns the url of the icon to represent this place.
- getImage() - Method in class se.walkercrou.places.Photo
-
Returns an Image from the specified photo reference.
- getInputStream(String) - Method in class se.walkercrou.places.DefaultRequestHandler
-
- getInputStream() - Method in class se.walkercrou.places.Photo
-
Returns the input stream of the image.
- getInputStream(String) - Method in interface se.walkercrou.places.RequestHandler
-
Returns an InputStream from the specified URI.
- getInternationalPhoneNumber() - Method in class se.walkercrou.places.Place
-
Returns the place's phone number with a country code.
- getJson() - Method in class se.walkercrou.places.Place
-
Returns the JSON representation of this place.
- getLanguage() - Method in class se.walkercrou.places.Place
-
Returns the language of the place.
- getLanguage() - Method in class se.walkercrou.places.Review
-
Returns the language the review is in.
- getLatitude() - Method in class se.walkercrou.places.Place
-
Returns the latitude of the place.
- getLongitude() - Method in class se.walkercrou.places.Place
-
Returns the longitude of this place.
- getLongName() - Method in class se.walkercrou.places.AddressComponent
-
Returns the long name of the component.
- getName() - Method in class se.walkercrou.places.Place
-
Returns the name of this place.
- getNearbyPlaces(double, double, double, int, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getNearbyPlaces(double, double, double, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getNearbyPlaces(double, double, double, int, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the places at the specified latitude and longitude within the specified radius.
- getNearbyPlaces(double, double, double, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the places at the specified latitude and longitude within the specified radius.
- getNearbyPlacesRankedByDistance(double, double, int, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getNearbyPlacesRankedByDistance(double, double, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getNearbyPlacesRankedByDistance(double, double, int, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the places at the specified latitude and longitude in order of proximity to the specified location.
- getNearbyPlacesRankedByDistance(double, double, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the places at the specified latitude and longitude in order of proximity to the specified location.
- getOffset() - Method in class se.walkercrou.places.Prediction.DescriptionTerm
-
Returns the terms position in the description.
- getOpeningDay() - Method in class se.walkercrou.places.Hours.Period
-
Returns the day this period opens.
- getOpeningTime() - Method in class se.walkercrou.places.Hours.Period
-
Returns the time this period opens in hhmm format.
- getPeriods() - Method in class se.walkercrou.places.Hours
-
Returns an unmodifiable list of all the periods of operation.
- getPhoneNumber() - Method in class se.walkercrou.places.Place
-
Returns this Place's phone number.
- getPhotos() - Method in class se.walkercrou.places.Place
-
Returns the photo references for this place.
- getPlace() - Method in class se.walkercrou.places.AltId
-
Returns the actual alternate place.
- getPlace(Param...) - Method in class se.walkercrou.places.Prediction
-
Returns the place this prediction is suggesting.
- getPlaceById(String, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getPlaceById(String, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the place specified by the 'placeid'.
- getPlaceId() - Method in class se.walkercrou.places.AltId
-
Returns the placeId of the alternate entry.
- getPlaceId() - Method in class se.walkercrou.places.Place
-
Returns the unique identifier for this place.
- getPlaceId() - Method in class se.walkercrou.places.Prediction
-
Returns the id of the place this prediction is suggesting.
- getPlacePredictions(String, int, int, int, int, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getPlacePredictions(String, int, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getPlacePredictions(String, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getPlacePredictions(String, int, int, int, int, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns a list of auto-complete predictions for searching for a specific place.
- getPlacePredictions(String, int, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns a list of auto-complete predictions for searching for a specific place.
- getPlacePredictions(String, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns a list of auto-complete predictions for searching for a specific place.
- getPlacesByQuery(String, int, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getPlacesByQuery(String, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getPlacesByQuery(String, int, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the places that match the specified search query.
- getPlacesByQuery(String, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the places that match the specified search query.
- getPlacesByRadar(double, double, double, int, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getPlacesByRadar(double, double, double, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getPlacesByRadar(double, double, double, int, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the places at the specified latitude and longitude according to the "radar" method specified by Google
Places API.
- getPlacesByRadar(double, double, double, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the places at the specified latitude and longitude according to the "radar" method specified by Google
Places API.
- getPrice() - Method in class se.walkercrou.places.Place
-
Returns the
Price of this place.
- getQueryPredictions(String, int, int, int, int, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getQueryPredictions(String, int, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getQueryPredictions(String, Param...) - Method in class se.walkercrou.places.GooglePlaces
-
- getQueryPredictions(String, int, int, int, int, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns a list of auto-complete predictions for searching for a place by a query.
- getQueryPredictions(String, int, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns a list of auto-complete predictions for searching for a place by a query.
- getQueryPredictions(String, Param...) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns a list of auto-complete predictions for searching for a place by a query.
- getRating() - Method in class se.walkercrou.places.Place
-
Returns the rating of this place.
- getRating() - Method in class se.walkercrou.places.Review.Aspect
-
Returns the rating between 1 and 3
- getRating() - Method in class se.walkercrou.places.Review
-
Returns the rating of this review between 0 and 5.
- getReference() - Method in class se.walkercrou.places.Photo
-
Returns the reference token to the photo.
- getRequestHandler() - Method in class se.walkercrou.places.GooglePlaces
-
- getRequestHandler() - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Returns the interface that handles HTTP requests to Google's server.
- getReviews() - Method in class se.walkercrou.places.Place
-
Returns this place's reviews in an unmodifiable list.
- getScope() - Method in class se.walkercrou.places.AltId
-
Returns the scope of the alternate entry.
- getScope() - Method in class se.walkercrou.places.Place
-
Returns the scope of this place.
- getShortName() - Method in class se.walkercrou.places.AddressComponent
-
Returns the short name of the component.
- getStatus() - Method in class se.walkercrou.places.Place
-
Returns the
Status of this place.
- getStatusCode() - Method in exception se.walkercrou.places.exception.GooglePlacesException
-
Returns this exception's status code.
- getSubstringLength() - Method in class se.walkercrou.places.Prediction
-
Returns the length from the substring offset of the matched string.
- getSubstringOffset() - Method in class se.walkercrou.places.Prediction
-
Returns the offset from the query where the matched string starts.
- getTerms() - Method in class se.walkercrou.places.Prediction
-
Returns the components of the description.
- getText() - Method in class se.walkercrou.places.Review
-
Returns the content of this review.
- getTime() - Method in class se.walkercrou.places.Review
-
Returns the unix-time stamp that the review was posted on.
- getType() - Method in class se.walkercrou.places.Review.Aspect
-
Returns the type of the aspect.
- getTypes() - Method in class se.walkercrou.places.AddressComponent
-
Returns an unmodifiable list of this components types.
- getTypes() - Method in class se.walkercrou.places.Place
-
Returns all of this place's types in an unmodifiable list.
- getTypes() - Method in class se.walkercrou.places.Prediction
-
Returns all of this place's types in an unmodifiable list.
- getUtcOffset() - Method in class se.walkercrou.places.Place
-
Returns the amount of seconds this place is off from the UTC timezone.
- getValue() - Method in class se.walkercrou.places.Prediction.DescriptionTerm
-
Returns the value of the term.
- getVicinity() - Method in class se.walkercrou.places.Place
-
Returns the "vicinity" the place is in.
- getWebsite() - Method in class se.walkercrou.places.Place
-
Returns the website of this place.
- getWidth() - Method in class se.walkercrou.places.Photo
-
Returns the width of the photo.
- GooglePlaces - Class in se.walkercrou.places
-
- GooglePlaces(String, RequestHandler) - Constructor for class se.walkercrou.places.GooglePlaces
-
Creates a new GooglePlaces object using the specified API key and the specified
RequestHandler.
- GooglePlaces(String) - Constructor for class se.walkercrou.places.GooglePlaces
-
Creates a new GooglePlaces object using the specified API key.
- GooglePlaces(String, String) - Constructor for class se.walkercrou.places.GooglePlaces
-
Creates a new GooglePlaces object using the specified API key and character encoding.
- GooglePlacesException - Exception in se.walkercrou.places.exception
-
Represents an exception or error thrown by Google Places API
- GooglePlacesException(String, String) - Constructor for exception se.walkercrou.places.exception.GooglePlacesException
-
Constructs a new exception from a server-given status code and error message.
- GooglePlacesException(String) - Constructor for exception se.walkercrou.places.exception.GooglePlacesException
-
Constructs a new exception from a server-given status code.
- GooglePlacesException(Throwable) - Constructor for exception se.walkercrou.places.exception.GooglePlacesException
-
Constructs a new exception from a given
Throwable.
- GooglePlacesInterface - Interface in se.walkercrou.places
-
- Scope - Enum in se.walkercrou.places
-
Represents the scope in which a place resides.
- se.walkercrou.places - package se.walkercrou.places
-
- se.walkercrou.places.exception - package se.walkercrou.places.exception
-
- setAccuracy(int) - Method in class se.walkercrou.places.Place
-
Sets the accuracy of the location, expressed in meters.
- setAddress(String) - Method in class se.walkercrou.places.Place
-
Sets the address of this place.
- setAlwaysOpened(boolean) - Method in class se.walkercrou.places.Hours
-
Sets if the establishment is always opened.
- setApiKey(String) - Method in class se.walkercrou.places.GooglePlaces
-
- setApiKey(String) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Sets the API key associated with this GooglePlaces object.
- setAuthor(String) - Method in class se.walkercrou.places.Review
-
Sets the author of the review.
- setAuthorUrl(String) - Method in class se.walkercrou.places.Review
-
Sets the author's url.
- setCharacterEncoding(String) - Method in class se.walkercrou.places.DefaultRequestHandler
-
Sets the character encoding used by this handler.
- setCharacterEncoding(String) - Method in interface se.walkercrou.places.RequestHandler
-
Sets the character encoding used by this handler.
- setClient(GooglePlaces) - Method in class se.walkercrou.places.Place
-
Sets the
GooglePlaces client associated with this Place object.
- setClient(GooglePlaces) - Method in class se.walkercrou.places.Prediction
-
- setClosingDay(Day) - Method in class se.walkercrou.places.Hours.Period
-
Sets the day this period closes.
- setClosingTime(String) - Method in class se.walkercrou.places.Hours.Period
-
Sets the closing time of this period.
- setDebugModeEnabled(boolean) - Method in class se.walkercrou.places.GooglePlaces
-
- setDebugModeEnabled(boolean) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Sets if the client should run in debug mode.
- setDescription(String) - Method in class se.walkercrou.places.Prediction
-
- setGoogleUrl(String) - Method in class se.walkercrou.places.Place
-
Sets the Google Plus page for this place.
- setHours(Hours) - Method in class se.walkercrou.places.Place
-
Sets the
Hours of this place.
- setIconUrl(String) - Method in class se.walkercrou.places.Place
-
Sets the url of the icon to represent this place.
- setInternationalPhoneNumber(String) - Method in class se.walkercrou.places.Place
-
Sets the phone number with an international country code.
- setJson(JSONObject) - Method in class se.walkercrou.places.Place
-
Sets the JSON representation of this Place.
- setLanguage(String) - Method in class se.walkercrou.places.Place
-
Sets the language of the location.
- setLanguage(String) - Method in class se.walkercrou.places.Review
-
Sets the language the review is in.
- setLatitude(double) - Method in class se.walkercrou.places.Place
-
Sets the latitude of the place.
- setLongitude(double) - Method in class se.walkercrou.places.Place
-
Sets the longitude of this place.
- setLongName(String) - Method in class se.walkercrou.places.AddressComponent
-
Sets the long name of the component.
- setName(String) - Method in class se.walkercrou.places.Place
-
Sets the name of this place.
- setOpeningDay(Day) - Method in class se.walkercrou.places.Hours.Period
-
Sets the day this period opens.
- setOpeningTime(String) - Method in class se.walkercrou.places.Hours.Period
-
Sets the time this period opens.
- setPhoneNumber(String) - Method in class se.walkercrou.places.Place
-
Sets this Place's phone number.
- setPlaceId(String) - Method in class se.walkercrou.places.Place
-
Sets the unique, stable, identifier for this place.
- setPlaceId(String) - Method in class se.walkercrou.places.Prediction
-
- setPrice(Price) - Method in class se.walkercrou.places.Place
-
Sets the
Price of this place.
- setRating(double) - Method in class se.walkercrou.places.Place
-
Sets the rating of this place.
- setRating(int) - Method in class se.walkercrou.places.Review
-
Sets the rating of this review.
- setRequestHandler(RequestHandler) - Method in class se.walkercrou.places.GooglePlaces
-
- setRequestHandler(RequestHandler) - Method in interface se.walkercrou.places.GooglePlacesInterface
-
Sets the request handler to delegate HTTP traffic.
- setScope(Scope) - Method in class se.walkercrou.places.Place
-
Sets the scope of the location.
- setShortName(String) - Method in class se.walkercrou.places.AddressComponent
-
Sets the short name of the component.
- setStatus(Status) - Method in class se.walkercrou.places.Place
-
Sets the
Status of this place.
- setSubstringLength(int) - Method in class se.walkercrou.places.Prediction
-
- setSubstringOffset(int) - Method in class se.walkercrou.places.Prediction
-
- setText(String) - Method in class se.walkercrou.places.Review
-
Sets the content of this review.
- setTime(long) - Method in class se.walkercrou.places.Review
-
Sets the unix-time stamp the review was posted on.
- setUtcOffset(int) - Method in class se.walkercrou.places.Place
-
Sets the amount of seconds this place is off from the UTC timezone.
- setVicinity(String) - Method in class se.walkercrou.places.Place
-
Sets the "vicinity" the place is in.
- setWebsite(String) - Method in class se.walkercrou.places.Place
-
Sets the website url associated with this place.
- Status - Enum in se.walkercrou.places
-
Represents the current status of the place in time.
- STATUS_INVALID_REQUEST - Static variable in interface se.walkercrou.places.Statuses
-
Indicates the request was invalid, generally indicating a missing parameter
- STATUS_NOT_FOUND - Static variable in interface se.walkercrou.places.Statuses
-
Indicates that a resource was could not be resolved
- STATUS_OK - Static variable in interface se.walkercrou.places.Statuses
-
Indicates the request was successful.
- STATUS_OVER_QUERY_LIMIT - Static variable in interface se.walkercrou.places.Statuses
-
Indicates that you are over the quota for queries to Google Places API
- STATUS_REQUEST_DENIED - Static variable in interface se.walkercrou.places.Statuses
-
Indicates that the request was denied
- STATUS_UNKNOWN_ERROR - Static variable in interface se.walkercrou.places.Statuses
-
Indicates an internal server-side error
- STATUS_ZERO_RESULTS - Static variable in interface se.walkercrou.places.Statuses
-
Indicates that nothing went wrong during the request, but no places were found
- Statuses - Interface in se.walkercrou.places
-
Google Places API official "status" replies.
- STRING_ADDRESS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The address of the place
- STRING_AUTHOR_NAME - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Name of a review author
- STRING_AUTHOR_URL - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Url of author
- STRING_DESCRIPTION - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Description of autocomplete prediction
- STRING_ERROR_MESSAGE - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
A message that may or may not be present when an error occurs.
- STRING_ICON - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Url to the icon to represent this place
- STRING_INTERNATIONAL_PHONE_NUMBER - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The phone number of the place with an international country code
- STRING_LANGUAGE - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Language for review localization
- STRING_LONG_NAME - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Represents an address component's long name
- STRING_NAME - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The name of the place
- STRING_NEXT_PAGE_TOKEN - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
A token used for getting the next page of results
- STRING_PHONE_NUMBER - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The phone number of the place
- STRING_PHOTO_REFERENCE - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
A reference to an actual photo
- STRING_PLACE_ID - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The unique, stable, identifier for this place
- STRING_SCOPE - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Defines what scope a location resides in.
- STRING_SHORT_NAME - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Represents an address component's short name
- STRING_STATUS - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
A root element to indicate the status of the query.
- STRING_TEXT - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Review content
- STRING_TIME - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
A time represented by an hhmm format
- STRING_TYPE - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Used for singular types in review aspects
- STRING_TYPES - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Restricts the results to places matching at least one of the specified types.
- STRING_URL - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The url for an event at a place
- STRING_VALUE - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
Used for autocomplete terms
- STRING_VICINITY - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The vicinity of which the place can be found (sometimes replaces formatted_address)
- STRING_WEBSITE - Static variable in interface se.walkercrou.places.GooglePlacesInterface
-
The website associated with a place