Top "Currentlocation" questions

Current Location refers to programmatically identifying the GPS location of a device, such as an iPhone app requesting information about its current location to display in a map or find nearby places, for example.

Current Location in Google Maps with swift

I'm trying to display the user's current location on a google map but in the case below, the map doesn't …

ios swift google-maps google-maps-sdk-ios currentlocation
Android best way to get current location

What is the best way to get the current location in android for the following scenario, If GPS is not …

android gps currentlocation
Get accurate current location from Network Provider

I use the following code to get Current Location from a Network provider in my application: LocationManager mgr = (LocationManager) getSystemService(…

android currentlocation
Set Custom Marker Icon at Current Location - Android API v2

I want to show a marker of my own choice in place of that default blue colored icon. How can …

android google-maps-android-api-2 currentlocation
How to change location of my location button in google maps using swift

I am using google maps in my project i want to show my location button a bit up how should …

ios iphone google-maps google-maps-api-3 currentlocation
How can i display Current Location in Android Google maps?

I want display Current location of the devices in Google maps how can i do it i am displying the …

android google-maps currentlocation
Customize Google Maps blue dot for current location

I'm using a 2013 version of Google Maps SDK for iOS. I would like to customize the default blue dot for …

ios google-maps google-maps-markers google-maps-sdk-ios currentlocation
How to get the user's current location by code in iphone app?

I want to get the user's current location from my iPhone app. I want to show the user's current location …

iphone ios google-maps location currentlocation
Go to/zoom to current location function (MapKit)

I've got a mapView which zooms to the current location using viewDidLoad : #define METERS_PER_MILE 1609.344 // Implement viewDidLoad to do …

iphone xcode mapkit currentlocation