| Package | Description |
|---|---|
| se.walkercrou.places |
| Modifier and Type | Method and Description |
|---|---|
PlaceBuilder |
PlaceBuilder.accuracy(int accuracy)
Sets the accuracy of the location signal on which this request is based, expressed in meters.
|
PlaceBuilder |
PlaceBuilder.address(String address)
The address of the place you wish to add.
|
PlaceBuilder |
PlaceBuilder.locale(Locale locale)
Locale in which the location is being reported.
|
PlaceBuilder |
PlaceBuilder.phoneNumber(String phoneNumber)
Sets the phone number of the place.
|
PlaceBuilder |
PlaceBuilder.website(String website)
A URL pointing to the authoritative website for this Place, such as a business home page.
|
| Modifier and Type | Method and Description |
|---|---|
Place |
GooglePlacesInterface.addPlace(PlaceBuilder builder,
boolean returnPlace,
Param... extraParams)
Adds a new place to the Places API and gets the newly created place if returnPlace is set to true.
|
Place |
GooglePlaces.addPlace(PlaceBuilder builder,
boolean returnPlace,
Param... extraParams) |
Copyright © 2014–2015. All rights reserved.