hi..
Is it possible to get location coordinates without using GPS?
I tried such code but it did not
Is it possible to get location coordinates without using GPS?
Sub btn_Click
Dim Maps As LatLng =gm.mylocation
label1.Text = Maps.Latitude
label2.Text = Maps.Longitude
End Sub
I tried such code but it did not