FenceQueryResponse | Doclava
public class

FenceQueryResponse

extends Response<FenceQueryResult>
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<com.google.android.gms.awareness.fence.FenceQueryResult>
     ↳ com.google.android.gms.awareness.fence.FenceQueryResponse

Class Overview

Result for query fence states Api

Summary

Public Methods
FenceStateMap getFenceStateMap()
Provides FenceStateMap that can be used by clients to obtain all the fence keys that are returned in response or the FenceState for the given fence key.
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.Response
From class java.lang.Object

Public Methods

public FenceStateMap getFenceStateMap ()

Provides FenceStateMap that can be used by clients to obtain all the fence keys that are returned in response or the FenceState for the given fence key.

Returns
FenceStateMap FenceStateMap that provides the FenceStates keyed by the fence keys.