java.lang.Object | |
↳ | com.google.android.gms.location.places.PlaceReport |
An indication that the device is currently located at a particular Place
.
Typically, your app should submit a place report in response to a user action, such as a check in at a venue or a tap-to-pay event at a business. This place report indicates strong confidence that the device is at that place. For more information, see the developer's guide on Place Reports.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
PlaceReport . | |||||||||||
Returns the place id associated with this report.
| |||||||||||
Returns the context tag associated with this report.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a PlaceReport
.
Parameters | |
---|---|
placeId |
String :
The place id of
the Place associated with this report. |
tag |
String :
An app-specific context string for the user flow that triggered the report. For
more information about tags, see the developer's
guide.
|
Returns | |
---|---|
PlaceReport |
Returns the place id associated with this report.
Returns | |
---|---|
String |
The place id. |
Returns the context tag associated with this report.
Returns | |
---|---|
String |
The context tag. |