public class

GeofenceTrigger

extends Object
java.lang.Object
   ↳ com.mapsted.geofence.triggers.GeofenceTrigger

Class Overview

A Geofence Trigger which can consist of multiple different criteria. For now, only location criteria is supported.

Summary

Nested Classes
class GeofenceTrigger.Builder  
Fields
public final CppGeofenceTrigger cppGeofenceTrigger
Public Methods
String getGeofenceId()
ILocationCriteria getLocationCriteria()
Get location criteria associated with this geofence trigger
int getPropertyId()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final CppGeofenceTrigger cppGeofenceTrigger

Public Methods

public String getGeofenceId ()

public ILocationCriteria getLocationCriteria ()

Get location criteria associated with this geofence trigger

Returns
  • The location criteria

public int getPropertyId ()