Is it possible to have the MapKit connect defined points using the Google Maps API type routing connections.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- How do you change the color of the dotted line on
- how do you prevent page scroll in textarea on mobi
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- Avoiding “Sorry, we have no imagery here” with Goo
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Custom Marker performance iOS, crash with result “
- Open iOS 11 Files app via URL Scheme or some other
- Google Map Gradient Polylines for Android?
I guess this is what marcc meant.
I don't see this in the 3.1.2 SDK agreement. Reading sections 3.3.7 through 3.3.11, the only restriction I see on routing is one that lines up with Google's terms of use - namely, that you can't claim to provide accurate real time routing information. Seems to me like the future is bright for kishikawakatsumi's MapKit-Route-Directions.
Nope. There are some clever solutions with putting a transparent view on top of the map, but officially the MapKit does not support routing.
Unfortunately not — it's part of the SDK agreement that if you do routing, you have to use your own maps, like TomTom and the like have.