I want to migrate Google Maps functionality to HMS. Most of the parts were easily migrated to Huawei, but I have functionality of Clustering and I'm using ClusterItem
and ClusterManager
with DefaultClusterRenderer
for my GoogleMap to show clusters of markers as one marker if there is alot of them on map.
This functionality is lacking in HMS. I found Marker
and HWMarkerCluster
but its completely different system and HWMarkerCluster
is not even found in option of imported classes for Android. It was found only for Javascript API.
Any suggestions if there is any alternative in HMS? Because I'm reading Map Kit documentation for hour and I cant find anything.