public class

OfflineGeofenceId

extends Object
java.lang.Object
   ↳ com.mapsted.geofence_offline.offline.OfflineGeofenceId

Class Overview

GeofenceId as in format 'mapsted_geofence:propertyId'

Summary

Public Constructors
OfflineGeofenceId(int propertyId)
Public Methods
static OfflineGeofenceId createFrom(String geofenceId)
String getGeofenceId()
int getPropertyId()
static int parsePropertyId(String geofenceId)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OfflineGeofenceId (int propertyId)

Public Methods

public static OfflineGeofenceId createFrom (String geofenceId)

public String getGeofenceId ()

public int getPropertyId ()

public static int parsePropertyId (String geofenceId)

public String toString ()