Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mapview pin

  1. DennisBlah

    macOS MapView programatically move a pin

    Hi all, I'm using MKMapView, and drawing polylines for routes. Now I want to pull coordinates from an external API where I only get latitude and longitude based on provided 'ID'. I'm adding pins like : CLLocationCoordinate2D tCoord = CLLocationCoordinate2DMake(latitude,longitude)...