currentlocation Questions
4
Solved
I implemented method for checkPermissionStatus even though, I got an error message, Unhandled Exception: MissingPluginException(No implementation found for method checkPermissionStatus on channel f...
Macmahon asked 10/2, 2020 at 5:23
6
Solved
I am using google maps in my project i want to show my location button
a bit up how should i do that using swift
Medicate asked 27/6, 2017 at 10:12
2
Solved
I've been all over the internet trying to find out how to get the city and country from CLGeocoder. I can get the longitude and latitude easily but I need the city and country information, and I ke...
Reserve asked 29/1, 2013 at 5:32
9
Solved
How can I get the current location from user in iOS?
Ina asked 11/11, 2010 at 6:46
3
I'm using a 2013 version of Google Maps SDK for iOS. I would like to customize the default blue dot for current location with another icon or pulsing circles around.
I know we can do that with map...
Thirteen asked 20/8, 2013 at 9:5
1
Solved
I'm trying to get city name from my current location coordiate by using CLGeocoder().reverseGeocodeLocation.
It gives me country name, street name, state and many other things but not city. Is th...
Hectocotylus asked 14/3, 2018 at 11:3
5
Solved
I've got a mapView which zooms to the current location using viewDidLoad :
#define METERS_PER_MILE 1609.344
// Implement viewDidLoad to do additional setup after loading the view, typically from ...
Warfare asked 11/8, 2011 at 6:10
6
Solved
I am using custom call out (title and subtitle)for Current location icon. I tried following to disable default annotation but it does not work.
- (MKAnnotationView *) mapView:(MKMapView *)mapView ...
Insolvable asked 9/12, 2011 at 8:22
4
how to get current location latitude and longitude.
I have try this. Using Xcode 6.01 and IOS SDK 8.0
-(CLLocationCoordinate2D) getLocation{
locationManager = [[CLLocationManager alloc] init];
...
Chainsmoke asked 1/10, 2014 at 18:22
4
I'm building a mobile-version of a website, trying to have one-click link to launch Google Maps with driving directions to the business, from the user's current location. I have it working fine for...
Recruitment asked 12/9, 2011 at 20:1
3
What is the best way to get the current location in android for the following scenario,
If GPS is not available, get location from Network provider
If GPS is available and can get current l...
Peipeiffer asked 27/3, 2013 at 6:27
1
Solved
I use the following code to get Current Location from a Network provider in my application:
LocationManager mgr = (LocationManager) getSystemService(LOCATION_SERVICE);
boolean network_enabled = mg...
Redden asked 26/3, 2013 at 10:8
1
© 2022 - 2024 — McMap. All rights reserved.