Marker Objects: Description: The data used to build markers to be placed on the map view. Type: Object Shape: { position: 'Australia', // Cord Obj; or Address String label: '', // String title: '', // String animation: 'drop', // String = 'drop', 'bounce'; or null onClick...
containerPointerMarker}> <PointerWithLetter letter={selectLetter} /> </View> </View> </Marker> ); }; Steps to reproduce Copy my markers Expected result The markers don't display, but they are clickable. Actual result Correct: Incorrect: React Native Maps Version 1.17.3 What platforms are ...
id} image={marker.path} /> ))} </MapView> The supplied markers which are in the dependency array of useCallback() never change and aren't dynamic. Steps to reproduce Make sure that Google Maps is enabled on iOS and set up a function to be called after the map is loaded and pass...
Each Marker has a custom view that contains an image with some overlaid text, e.g., const pinIconSource = ... const customPinView = <View style={styles.numberedPinContainer}> <Image source={pinIconSource}/> <Text style={styles.numberedPinLabel}>12</Text> </View> Styles (probably n...