Questions tagged [proximity]

A proximity (sensor) is a sensor able to detect the presence of nearby objects without any physical contact.

Proximity sensing is the ability of a device to tell when it is near an object, or when something is near it. This sense keeps a device from running into things. It can also be used to measure the distance from a device to some object.

456 questions
-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

Google-maps-api Generate list of users proximity to master list of locations

I have a list of locations "A" and a list of users "B" that I need to generate a List from "C". I need to be able to see which users in B are within say 1/4 mile of the locations in list "A" and dump that into a readable list (not a map). Is there…
-2
votes
1 answer

proximityAlert function alternative for swift and iOS

is there a function in swift which is similar to proximityAlert function in android. i am building an app in which, i need to trigger a local notification when the user enters a specific location with a specified radius. any other alternative…
sumesh
  • 2,179
  • 2
  • 21
  • 37
-2
votes
1 answer

how to switch button on and off using proximity sensor?

i am developing an app that uses proximity sensor.i am doing this app as my project at college.so I would like to know how can I use the button turn off and on using the proximity sensor.thanks in advance.
vishnu
  • 213
  • 1
  • 13
-3
votes
1 answer

Proximity alerts not removed

I am creating an app to add and remove proximity alerts. Proximity alert working fine. It does notifies me when I come close to the coordinates. But I can not remove them when I don't want them. Here is the code I've used to Add and remove proximity…
Praveen Kumar
  • 547
  • 1
  • 7
  • 33
-3
votes
2 answers

Java Errors in Android App

I'm trying to to implement a addProximityAlert when an info window is clicked googleMap.setOnInfoWindowClickListener( new OnInfoWindowClickListener(){ public void onInfoWindowClick(Marker marker) { public void…
Jordan Moffat
  • 337
  • 6
  • 17
1 2 3
30
31