Questions tagged [android-geofence]

Represents a geographical region, also known as a geofence.

Geofences can be monitored by geofencer service. And when the user crosses the boundary of a geofence, an alert will be generated.

As currently implemented, in the Google Play Services API, geofences are circular, defined using coordinates (lat, long) and radius.

Documentation

563 questions
-2
votes
1 answer

marker is taking too big click area

I want to reduce the. touch area of marker in focus. While click area is too big, I want to short the click area of marker on google map. I am new to map, I want to know how could we reduce the padding of marker in focus in android .
-2
votes
1 answer

how to send LatLng to proximityintentreceiver

this code is input by place's name but I want to input by latlng. How I can do ? private class GeocoderTask extends AsyncTask> { @Override protected List
doInBackground(String... locationName)…
PPZ
  • 23
  • 5
-2
votes
1 answer

Draw polygon on google map and get the selected area

i want to develop an android application, want to draw a polygon on the map and i want to check my current location is inside or out side the polygon.Like Geo-fencing.
jithu k
  • 21
  • 3
-2
votes
1 answer

Nearst 50 Users from My Location out of thousands of users with location from my app server

My application server having thousands of users with their location(LatLng). I want nearest 50 users from any user's location to be displayed in app? How i can fast filter to get the nearest 50 users(LatLng) from server database? I tried with Sort…
SudP
  • 88
  • 1
  • 7
-2
votes
1 answer

Implementing Geo Fencing on maps in Android?

I'm using geo-fences radius in my Android application. I did geo-fences in Android, I got notifications too. My problem is if I entered a geo-fence radius as 200 meters and the current location radius on the map is 100 meters, then I am getting…
Pushpa Latha
  • 139
  • 1
  • 1
  • 12
-2
votes
1 answer

How to reduce battery drain while using large number(50) of geofences

My requirement: Area around the Path(Route) is having some important places(quantity is approx. 50). When user is moving on the path, and reach to the nearest place(e.g. A), I need to perform some task particular to that place(e.g. A). Currently, I…
abhishek kumar gupta
  • 2,189
  • 6
  • 35
  • 56
-4
votes
1 answer

Android permission for android M doesnt work

Here is my MapsActivity.java file, i have used the RequestPermission callback and everything yet the dialogbox asking me to grant location permission doesnt show up and the app crashes! package saksham.geofencing; @Override protected void…
ricardo
  • 144
  • 2
  • 14
1 2 3
37
38