Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

How to highlight the specific POI in the map on scroll

Hello,

I have used CPPointOfInterestTemplate for displaying data and as user scrolls using the up/down arrow, I do not see any change in the map. Is there a way to highlight the POIs as the user scrolls through the list?

I need to use the map controls and zoom to check the markers on the map. Is it possible to set the zoom level of the map in CarPlay?

Pls suggest on the above queries

MKCoordinateSpan is a property of MKCoordinateRegion which is a parameter of func pointOfInterestTemplate(_ pointOfInterestTemplate: CPPointOfInterestTemplate, didChangeMapRegion region: MKCoordinateRegion) for the CPPointOfInterestTemplate, which essentially allows you to zoom.

Rico


WWDR | DTS | Software Engineer

How to highlight the specific POI in the map on scroll
 
 
Q