apple-maps Questions

3

Solved

In my iPhone App I am using MKMapKit. Currently I am plotting places on map according to the results get from Google Place API, but as per Google's doc I must use this values only in google Maps. U...
Protoplast asked 27/3, 2013 at 6:22

5

Solved

Apple maps can open routing apps when it can't provide a route: I want to open a few of those apps from my app. I am aware that I have to whitelist each app that I want to open. This is not the ...
Ardra asked 13/9, 2018 at 16:31

3

I am using Map in SwiftUI 3 and Xcode 13+ import SwiftUI import CoreLocation import CoreLocationUI import MapKit Map(coordinateRegion: $mapViewModel.region, interactionModes: [.all], showsUserL...
Stockman asked 27/11, 2021 at 9:47

4

Solved

I want to open the Apple Maps App in my own Swift App, but I have only zipcode, city & street. I have NO Coordinates. I researched a lot, but there were only ways with using coordination inform...
Bandylegged asked 18/11, 2015 at 18:31

2

Solved

I am working with react-native-maps and using the react-native api for geolocation. When I am using location through the api what comes back on the simulator shows me in San Francisco not in Denver...

2

Solved

How can links on websites be made to lead to, firstly, a location in the new Google Maps for iOS app, and if not available, revert to Apple Maps? Currently, the default functionality is that a lin...
Pyretic asked 18/12, 2012 at 1:6

11

Solved

I have latitude and longitude that I want to open into my map application. I tried this code from HERE. func goToMap(){ var lat1 : NSString = self.venueLat var lng1 : NSString = self.venueLng ...
Antonetteantoni asked 19/2, 2015 at 10:51

2

Solved

I have the following code, which aims to loop through all the annotations on the current apple map view and update their location coordinates. for existingMarker in self.mapView.annotations { ex...
Sanfred asked 28/5, 2017 at 23:6

3

I am developing an application needs to open an Apple Maps session, and pass in latitude and longitude coordinates to get directions to that location from a users current location. I know this can...
Japheth asked 13/7, 2016 at 17:25

3

I am trying to get my button onPress function to call a function that will open apple maps or google maps depending on the device. For some reason nothing is happening when I press the button. Her...
Contraction asked 6/8, 2017 at 0:28

3

Solved

I want add map marker (like google map) in the map app when I use a url link to open the map on the iPhone from my app. like this : <a href="http://maps.apple.com?ll=latitude,longtitude"> I...
Anele asked 2/11, 2013 at 8:23

3

Is there a way to take a screenshot of mapView and include the polyline? I believe I need to draw CGPoint's on the image that the MKSnapShotter returns, but I am unsure on how to do so. Current c...
Ciapha asked 18/7, 2016 at 22:18

1

Solved

I'm trying to get estimated time and distance between users current location and predefined destination, and I cannot find a way to do this. I know that flutter now has map plugin - flutter maps bu...
Familiarize asked 2/7, 2018 at 10:25

2

Solved

Is it possible to calculate the distance between 2 close points on iOS using Apple map framework or Google framework? For example, i want to get the distance between this 2 blu point with the...
Sorb asked 6/8, 2017 at 15:46

2

Solved

I've found that running some code to display a location in maps view MKMapItem.openInMaps() only works exactly 50% of the time. In fact it precisely alternates between the MKPlacemark being display...
Hamo asked 28/12, 2016 at 21:13

2

Solved

I have this app and I want to use google maps or apple maps to open when the user presses a button in my app. How would I be able to do this? Is there like a link to the maps that opens the app or ...
Ledesma asked 24/9, 2015 at 23:52

3

Is there a way to start navigation automatically when launching Google Maps or Apple Maps with a URL Scheme on iOS? I see several optional parameters for both but none to start navigation without ...
Adamic asked 25/9, 2014 at 13:21

5

Solved

I am trying to make my application open the apple maps application and have the address be pulled up. I tried this : - (IBAction)openInMaps:(id)sender { NSString *addressString = @"http://maps.a...
Bosson asked 13/2, 2014 at 5:59

2

I am using a MKUserTrackingBarButtonItem button to allow the user to automatically track their location on a map. The problem is that when they tap this button, it is zoomed too far out. I want it ...
Agiotage asked 21/4, 2014 at 7:31

1

iOS 10 Apple Map has 'show parked location' and I like this feature. I want to make app for history of my parked locations, but I can't find APIs for that. How to get information of parked locat...
Defection asked 4/12, 2016 at 2:35

0

I'm currently using MapKit's MKLocalSearchCompleter to provide an autocomplete-like functionality for users searching for a location in my iOS app, however I'm running into some serious issues with...
Kuehl asked 1/3, 2017 at 19:52

3

I've been struggling with this for a while. I'm trying to make a call after people press 'Call' from a popup. Funny thing is, that it goes straight to calling when they click the phone number. But ...
Harwood asked 5/2, 2016 at 22:48

1

Solved

There is a section in the react-native-maps docs for zooming to an array of markers, however there are no code examples on how to do this either in the docs or in the examples folder (from what I c...
Chromoplast asked 19/9, 2016 at 13:58

4

Solved

I know google maps are known to be the best maps out there, but i dont want to have to download a bunch of extra libraries and all that. I'd prefer to do something quick and simple to get a quick r...
Eureetloir asked 4/11, 2013 at 16:58

2

I am trying to display all possible routes between points A and B in my Swift app (iOS 8+ target). I allow the user to select any one of the possible routes in my app. Next, I would like the user t...
Vegetal asked 19/6, 2015 at 6:15

© 2022 - 2025 — McMap. All rights reserved.