java.lang.Object | |
↳ | com.google.android.gms.location.places.AddPlaceRequest |
Represents a Place
that you would like to add to Google’s Places database. For example,
this may be a place that a user has added in your app.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for
AddPlaceRequest .
| |||||||||||
Constructor for
AddPlaceRequest .
| |||||||||||
Constructor for
AddPlaceRequest .
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
Constructor for AddPlaceRequest
.
name | the full textual name of the business, point of interest, or other place. Limited to 255 characters. |
---|---|
latLng | specifies the location of the place. |
address | human-readable address of the place. If a place has a well-formatted, human-readable address, it is more likely to pass the moderation process for inclusion in the Google Places database. |
placeTypes | list of place types that characterize this place. For a list of available
place types, see the documentation for the Place interface. |
phoneNumber | the phone number of this place. |
Constructor for AddPlaceRequest
.
name | the full textual name of the business, point of interest, or other place. Limited to 255 characters. |
---|---|
latLng | specifies the location of the place. |
address | human-readable address of the place. If a place has a well-formatted, human-readable address, it is more likely to pass the moderation process for inclusion in the Google Places database. |
placeTypes | list of place types that characterize this place. For a list of available
place types, see the documentation for the Place interface. |
uri | containing the address of the authoritative website for this place, such as a business home page. If a place has a well-formatted website address, it is more likely to pass the moderation process for inclusion in the Google Places database. |
Constructor for AddPlaceRequest
.
name | the full textual name of the business, point of interest, or other place. Limited to 255 characters. |
---|---|
latLng | specifies the location of the place. |
address | human-readable address of the place. If a place has a well-formatted, human-readable address, it is more likely to pass the moderation process for inclusion in the Google Places database. |
placeTypes | list of place types that characterize this place. For a list of available
place types, see the documentation for the Place interface. |
phoneNumber | the phone number of this place. |
uri | containing the address of the authoritative website for this place, such as a business home page. If a place has a well-formatted website address, it is more likely to pass the moderation process for inclusion in the Google Places database. |