Post

Replies

Boosts

Views

Activity

Reply to MapKit JS - Use Own Image instead of Balloon?
You can use an image annotation const annotation = new mapkit.ImageAnnotation(coord, { url: { 1: '/path/to/image.png' }, anchorOffset: new DOMPoint(0, -17) })
Replies
Boosts
Views
Activity
Nov ’23
Reply to Mapkit JS remove road annotations
PS, I also tried changing the map type to MutedStandard... it's incredibly faint and not the look I want.
Replies
Boosts
Views
Activity
Nov ’23