geofencing Questions
1
Following is the video that demonstrate the problem I am facing doing animations on google map.
output of animation
I don't know why the app lags doing animations on google map specifically. I have...
Commissary asked 8/11, 2022 at 9:58
5
Solved
I'm working on flutter project using google-maps-flutter plugin, and I want to check if the user location is inside the polygon that I created on the map. There is an easy way using JavaScript api ...
Commingle asked 21/5, 2020 at 20:57
6
Solved
How to detect if the location is triggered with Mock Location in Android Marshmallow?
Previously, I used Settings.Secure.ALLOW_MOCK_LOCATION
But, in API level 23, this has been deprecated.
I wan...
Glass asked 19/9, 2015 at 12:59
3
How can I determine all geofences registered for an application?
After registering GeoFences with LocationClient.addGeofences(),I waited for onAddGeofencesResuls()(which returned SUCCESS) and trie...
Electroplate asked 19/5, 2013 at 6:14
5
Solved
I try to make appear a push alert to the user when he reach a defined zone.
So I coded my app from : https://developer.android.com/training/location/geofencing
It is working perfectly if my app i...
Galleywest asked 24/1, 2019 at 13:44
1
I am debugging a location aware application and I would like to get a list of Geofences that are currently being monitored by the system -- even if I can only see Geofences for my own package(s). T...
Resemblance asked 3/4, 2015 at 17:17
3
I want to draw a polygon around a polyline. The polyline in my case is a Google Maps direction and I need to show a polygon around it within the Google Maps canvas.
First:
For offsetting I use th...
Kenweigh asked 14/10, 2013 at 21:9
0
I am using React native maps for my app. I have restaurants data with latitude and longitude. I have setup user's current location by using expo location(Current location logic will work on real de...
Hurry asked 14/11, 2020 at 7:52
4
Solved
I've read many tutorials about geofencing my iOS app (i.e., here), but none mention whether or not iOS allows any app-specific location data to be handled when the app is closed.
For instance, I ...
Aliquot asked 18/6, 2013 at 16:21
5
I am looking for an algorithm through I can create a geofence and check if a device is entering/leaving the fence. I have looked at point in polygon algorithms (ray casting and winding number) but ...
Inception asked 1/6, 2012 at 18:41
2
I followed this tutorial: https://developer.android.com/training/location/geofencing and works fine on Android < 8, but in Oreo i have problems due to new OS background limitations.
How can I ...
Demivolt asked 21/6, 2018 at 9:24
2
Solved
I really don't understand the function setInitialTrigger on GeofencingRequest class.
I know that we can create some Geofence object whith different transition:
Enter
Exit
Dwell
Which is fine f...
Basic asked 12/10, 2017 at 14:53
2
How to create Polygon Geofence from multiple geo locations(long,lat values) . Also how to track user is entering into this geofence region or exiting from this region on android.
Cindycine asked 28/8, 2013 at 11:12
2
Solved
I am trying out geofencing with leaflet and I have a marker that can be moved and a circle on a map.
Here is the full code:
<!DOCTYPE html>
<html lang="en" >
<head>
<meta ch...
Mimosaceous asked 6/8, 2019 at 22:34
2
Solved
I am currently working in a sample app for Android which uses
geofencing for location monitoring, and I am finding it difficult to comply
with Android Vitals background wakeup limit (https://devel...
Unionist asked 23/2, 2018 at 21:34
1
I have been testing an app for many months which uses the Android Geofencing API to track enter/exit events. It works flawlessly about 99% of the time, but there are random times when the geofences...
Unifoliate asked 10/7, 2018 at 12:20
2
Solved
I have a geofencing app that I am trying to port to get working on Android 8+. I've read the tutorial on the subject, and switched to using compile 'com.google.android.gms:play-services-location:16...
Salangia asked 1/3, 2019 at 17:57
2
I'm attempting to add a geofence to an Android application. I noticed the following in the logs:
07-04 11:41:19.201 1945-2271/com.google.android.gms.persistent W/GeofencerStateMachine: Ignoring ad...
Weighted asked 9/7, 2018 at 20:18
2
Is there a way to prevent CLLocationManager from persisting monitored regions between launches? Every time the app is launched I need to add a new set of monitored regions and the old ones are no l...
Rora asked 5/8, 2014 at 21:50
5
I implemented Geofence in android application. I followed this link to implement 'Geofence' in app. I am using 'Retrofit' library to call 'HTTP' request.
App has following permissions :
<use...
Preprandial asked 4/8, 2017 at 11:52
2
Solved
I'm attempting to follow the Android geofencing guide, but I immedietely get stuck when I try to declare a GeofencingClient variable:
Normally I would be able to just press Alt+Enter and select ...
Determine asked 10/10, 2018 at 18:11
3
Solved
I'm trying to implement Geofence on my APP and the problem is that is not triggering when I'm on the place that I've marked.
The thing that I do is I set the Latitude & Longitude from a Place ...
Katherinkatherina asked 4/10, 2015 at 19:30
1
I am creating an app in React Native. Part of the app is a geofence represented by a polygon, and I want the user to be able to easily drag and resize the polygon with their finger.
The Google Map...
Mogador asked 20/8, 2018 at 20:46
2
Solved
I'm writing an application that needs to use geofencing for when someone enters/exits multiple sites over the lifetime of the application being installed.
My implementation of geofencing (very si...
Culpa asked 19/11, 2013 at 19:5
1
Solved
I am trying to create a geofence with background service for monitor. The geofence create successfully and work when apps Activity is open but when close the app geofence not work. What should I do...
Presbyterate asked 12/5, 2018 at 13:31
1 Next >
© 2022 - 2025 — McMap. All rights reserved.