Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.cordova.geofencing
Interface GeoFencingProvider

All Known Implementing Classes:
GeoFencingBrowserProvider, GeoFencingStandardProvider

public interface GeoFencingProvider

Author:
edewit@redhat.com

Nested Class Summary
static class GeoFencingProvider.GeoFencingProviderProducer
           
 
Method Summary
 void addRegion(Region region)
          Add a region that will be monitored to see if the user enters it.
 void removeRegion(Region region)
          Remove the monitored region.
 

Method Detail

addRegion

void addRegion(Region region)
Add a region that will be monitored to see if the user enters it.

Parameters:
region - the region to monitor

removeRegion

void removeRegion(Region region)
Remove the monitored region.

Parameters:
region - region.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.