java.lang.Object | |
↳ | com.google.android.gms.location.places.PlaceReport |
An indication from the client that the device is currently located at a particular place. This is usually triggered by a user action (e.g. check-in at a venue, Wallet tap to pay at a business) such that we have strong confidence of the device's presence at that place.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
PlaceReport .
| |||||||||||
Identifies a particular place in the world.
| |||||||||||
Defines an app-specific context for the flow that triggered the report, such as
"redeem-offer" etc.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
Creates a PlaceReport
.
placeId | ID of the place associated to this report |
---|---|
tag | an app-specific context for the flow that triggered the report, such as "redeem-offer" etc. The maximum size is 4k, longer values will be silently truncated. |
Identifies a particular place in the world.
Defines an app-specific context for the flow that triggered the report, such as "redeem-offer" etc. The maximum size is 4k, longer values will be silently truncated.