android - How to show notification when hitting a specific latitude and longitude on Google Maps v2 -


i able create map fragment already. wonder if can make app have ability detect if you're within around uhmm, 200 meters of landmark ( lat = 14.650778, long = 121.048117). wonder if detecting if near landmark possible , how implement showing notification. thanks!

you can geofencing functions of play services.

https://developer.android.com/training/location/geofencing.html

create notifications this

http://developer.android.com/guide/topics/ui/notifiers/notifications.html#createnotification


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -