Skip to content
#

locationmanager

Here are 29 public repositories matching this topic...

Xamarin Native Android sample for parking clients. Application tracks user location and finds the nearest parkings. Parkings with free car spaces showed for user on google maps as area. Each free car space get it's description, cost and working hours. Also app shows how to work with Yandex Geocode to procced with addresses.

  • Updated Sep 17, 2018
  • Java

Getting the user’s location on Android is a little less straightforward than on iOS. To start the confusion, there are two totally different ways you can do it. The first is using Android APIs from android.location.LocationListener, and the second is using Google Play Services APIs com.google.android.gms.location.LocationListener. Let’s go throu…

  • Updated Aug 16, 2017
  • Java

Improve this page

Add a description, image, and links to the locationmanager topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the locationmanager topic, visit your repo's landing page and select "manage topics."

Learn more