An extension of original API for working with GPS devices.

Revision:
8:47fa213225c3
Parent:
3:47aaf0ebde35
--- a/GPSProvider.cpp	Wed Nov 19 01:34:29 2014 +0000
+++ b/GPSProvider.cpp	Tue Jun 13 15:19:49 2017 +0000
@@ -89,3 +89,16 @@
 {
     impl->lpmGetImmediateLocation();
 }
+
+// [ST-GNSS] - Geofencing API
+bool
+GPSProvider::isGeofencingSupported(void) const
+{
+    return impl->isGeofencingSupported();
+}
+// [ST-GNSS] - Geofencing API
+void
+GPSProvider::onGeofencesTrigger(GeofencesTriggerCallback_t callback)
+{
+    impl->onGeofencesTrigger(callback);
+}
\ No newline at end of file