Here is my Activity code
package com.example1.heartconnect; import android.location.Location; import android.os.Bundle; import android.support.v4.app.FragmentAc
Location loc = map.getMyLocation(); didn't wait for your current location
Location loc = map.getMyLocation();
See the example: http://developer.xamarin.com/recipes/android/os_device_resources/gps/get_current_device_location/
Also see this: http://developer.android.com/training/location/retrieve-current.html