You can use an image annotation
const annotation = new mapkit.ImageAnnotation(coord, {
url: { 1: '/path/to/image.png' },
anchorOffset: new DOMPoint(0, -17)
})
Post
Replies
Boosts
Views
Activity
PS, I also tried changing the map type to MutedStandard... it's incredibly faint and not the look I want.