Questions tagged [geofencing]

A geo-fence is a virtual perimeter for a real-world geographic area. Geo-fencing is a means of notification when a location-aware device crosses this virtual perimeter.

735 questions
0
votes
1 answer

Geo Fencing Identifier

How to specify the entire country as a region in region identifier.Wether it will accept the identifier as :@"Uk" here the code to reo identifier.How can i specify England or UK.Please help me to sort out CLLocationCoordinate2D location2D =…
ioseve
  • 145
  • 2
  • 14
0
votes
0 answers

How can I add a Geofencing on the Google Map

Here, I just developed a android app, use Google Map v2 API. Not very familiar with Java. What I want to make it come true is that, when I enter the circle, trigger some text. I know that Geofencing API could realize that function, and have read and…
0
votes
1 answer

when handleGeofenceTransition() gets called in geofence example?

I am developing android geofence app which released this year in google I/O.I am passing users current location lat-lon to geofence with diffrent radius like 2,5,10,50..etc but I am not able to get notification.I don't know what is the problem but…
0
votes
3 answers

What is the most battery-efficient way of monitoring proximity to a number of locations in Android?

I have an app which will take some (internet) action every time the user approaches any one of a set of locations (for example, let's say it notifies a server whenever I am near a Starbucks shop, so my coffee habits can be analysed). What's the most…
Richard Russell
  • 1,035
  • 1
  • 9
  • 19
0
votes
2 answers

Region Monitoring iOS App using an external GPS like GNS 1000

I'm developing a region monitoring app, but want to use an external GPS so I can narrow down the regions to 15-20 m and get higher accuracies. I am connecting the iPhone to an Arduino to communicate when the region has been crossed by signalling for…
M. Ejaz
  • 3
  • 1
0
votes
2 answers

Geofencing Alert Analytics - Impossible?

I work on the IT side of things in my company and I'm currently working on a project with an iOS developer. The project is basically an app which will notify the user of in-store offers with an alert when they enter a 250m radius geofenced area.…
0
votes
1 answer

How to set a proximity alert(android) to a building in rectangular shape?

I know that proximity alert can be set with in a radius from a central latitude and longitude.But I want to know how to set a proximity alert for a particular building which is not in circular shape. In my case I want to alert a user when he enters…
Prakash
  • 6,772
  • 3
  • 43
  • 40
0
votes
3 answers

UILocalNotification sound

I'm firing a Local notification when user enters a region via geofencing. But when I press the home button to see the local Notification in action it does get shown but there is no sound. I tried to disable and enable the "Play user interface…
user1780591
  • 209
  • 4
  • 14
0
votes
1 answer

How do I draw a geofence on a map?

Does anyone have any good sources for me to read on how to draw a geofence on a map in an iOS app? I want to learn how to freeze a map on a view and allow a user to draw a square, circle, or polygon to set up a geofence. Thanks!
Luke Irvin
  • 933
  • 1
  • 14
  • 34
0
votes
1 answer

How to update Geofencing list of points in iOS into Background

I would create an iOS application with geofencing. Can I send a new list of geofencing points to this app through Apple Server in Background or must I launch the app to update its list of points ? More easily, can I from an external server change…
user1421354
  • 101
  • 2
  • 4
0
votes
1 answer

Location-based actions on iOS and Android

I am building a private location-based social network, so it would be great if people could be checked in automatically when they arrive. Is there anyway of doing this on iOS? What about Android? On iPhones, there is an option to have a reminder…
Dan Blows
  • 19,395
  • 9
  • 60
  • 93
0
votes
1 answer

I wanted to integrate the geo fencing with google maps API v2, so how can i?

I am new to google maps, my requirement is to create the virtual boundaries on google maps API V2 using geo fencing. I wanted to make an alert when the virtual boundaries are crossed. So how can i get this done or any useful information regarding…
0
votes
2 answers

Geolocation (lat/long) to US state in java

I've never worked with geolocation data heavily before, but I've just run into the need to rapidly analyze a large result set's latitude and longitude data and essentially geofence a subset of the data to particular states. What I'm looking for is…
Peter Kazazes
  • 3,560
  • 7
  • 29
  • 58
0
votes
1 answer

Highlighting an area on a mapview

Google Maps itself can sort of Highlight areas, when you are searching for example for a city. Since i haven´t found very much via the search function and google.... Is there an intended way to highlight an area (circle or rectangle) on an android…
CAA
  • 978
  • 9
  • 26
-1
votes
0 answers

How to create a circle inside Mapview in swift5

I have try to create an circle overlay in a map view ,to select the region area in the map view ,I have don't get an idea ,can you share ideas below. I have try the geofencing ,need to access the map area selection without anotation mark ,the circle…
jesu asir
  • 61
  • 1
  • 7