views:

87

answers:

1

Google maps API provides an option to show a bicycle layer. Is this also possible with MapKit?

A: 

Neither driving nor bicycle directions are "natively" supported in MapKit. There are numerous other questions here that cover how to construct overlays for directions by leveraging Google's map apis. I'd start there but you'll have to role your own solution using MapKits overlay capabilities.

Nick