Parth Doshi
Parth Doshi

Reputation: 4208

Geofencing using Google glass

I am trying to port the Android Geofence app to Google glass. I wanted to know if Glass supports methods provided natively by Android's LocationProvider . More importantly, can Glass recognize and communicate with Google Play services.

Is there a demo map explaining maps in Glass?

Upvotes: 1

Views: 166

Answers (1)

Johnny505
Johnny505

Reputation: 221

You can do that without Play Services with LocationManager and using addProximityAlert which sets a proximity alert for the location given by the position (latitude, longitude) and the given radius.

Upvotes: 1

Related Questions