I'm using Apple's MapKit JS, and I'm wondering how I can configure it to show a "cursor pointer" when hovering over the annotations in the map? Now they are clickable, but the cursor never changes.
I'd like to show a cursor like this:
I'm using Apple's MapKit JS, and I'm wondering how I can configure it to show a "cursor pointer" when hovering over the annotations in the map? Now they are clickable, but the cursor never changes.
I'd like to show a cursor like this:
Copyright © 2021 Jogjafile Inc.
You can create fully custom annotations like so:
Then you can target your custom class e.g.
.custom-pin { cursor:pointer; }