org.jboss.errai.ui.cordova.geofencing
Class GeoFencingBrowserProvider
java.lang.Object
org.jboss.errai.ui.cordova.geofencing.GeoFencingBrowserProvider
- All Implemented Interfaces:
- GeoFencingProvider
public class GeoFencingBrowserProvider
- extends Object
- implements GeoFencingProvider
GeoFencing is supported with a plugin for cordova applications only this implementation does nothing for use
when we use the browser.
- Author:
- edewit@redhat.com
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoFencingBrowserProvider
public GeoFencingBrowserProvider()
addRegion
public void addRegion(Region region)
- Description copied from interface:
GeoFencingProvider
- Add a region that will be monitored to see if the user enters it.
- Specified by:
addRegion
in interface GeoFencingProvider
- Parameters:
region
- the region to monitor
removeRegion
public void removeRegion(Region region)
- Description copied from interface:
GeoFencingProvider
- Remove the monitored region.
- Specified by:
removeRegion
in interface GeoFencingProvider
- Parameters:
region
- region.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.