Rightpoint / BentoMap

Map Clustering for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User location pin not showing up

szilarddoro opened this issue · comments

First of all, BentoMap is awesome, I'm stunned how easy it is to add pin clusters.

My only problem is that I have two separate projects, in which the current location of the user is very important to display but the only alternatives of annotation views are Single and Cluster, which is bad because the user location pin gets recognized as an unknown annotation view type.

I managed to partially resolve this issue by adding my current location to clustered data and replacing the image of Single annotation with a different one in that case, but that is not a good solution because it is shown only when the user scrolls directly to that pin. I want to show it even when the map is in its initial state.

Thanks in advance for your help and answers.