I am creating a project in React Native for Huawei and i use this library: "@hmscore/react-native-hms-map".
When creating the map, how can I place the view inside the markup? In MapView I can put inside and draw anything, however in HMSMarker it doesn't allow me, is there a way?
- Groups only join when there are at least 6 marks together, is there a way to make groups of 2 marks together?
Thank you very much in advance.
If you want to set title and snippet for the marker, it is supported like :
Or you can define a InfoWindow.
But if you want to define the view of the marker, you cannot use "View" directly.