merlos

Results 48 comments of merlos

In the link they're talking about reposition, which is different from removing it when the map itself is not served from Apple Maps. This thread talks about the issue of...

Can you elaborate on the context in which it would be useful?

@xyb Thanks for pointing it out. Would it be legal?

TODO: Pending analyze logfile metioned in the output.

I am stuck with this issue. I can get iOS app documentation but not the Apple Watch one. It seems that the source of the problem is in an underlying...

This feature request seems to be related with: https://developer.apple.com/library/ios/documentation/MapKit/Reference/MKMapView_Class/index.html#//apple_ref/occ/instp/MKMapView/userTrackingMode ``` swift enum MKUserTrackingMode : Int { case None case Follow case FollowWithHeading } //ie: map.setUserTrackingMode(.FollowWithHeading, animated: true) ``` The change...

Hi @JDDoe, Thanks for your comment. This seems to be a very concrete usage. Probably with a phone holder for your car it can be achieved. The only feature that...

Prevent the screen to go off just requires to add this line to the app. ```swift UIApplication.shared.isIdleTimerDisabled = true ``` This is a user config that can be a setting...

Hi @pwagland. Thanks for your message. In last version (1.5) that feature was partially added. If you open a GPX file from Safari, it will prompt you to open Open...