Here's the behavior I'm trying to achieve: Users can click marker label to open larger info window. Users can click anywhere outside window to close popup. Users can click inside window to interact with it. 1 and 2 work fine, but 3 doesn...
: IPOD } const MapMarker: React.FC<IMapMarker> = ({ type, id, handleMarkerClick, POD }) => { const { t, i18n } = useTranslation(); const onMarkerClick = (e) => { if ( type === "POD" ) { e.preventDefault(); handleMarkerClick(e, null, "POD", POD); } else { e.preve...
3. Now we have to add an additional flag for that first select your project then please select Build Settings after that search for the preprocessor and click <Multiple Values> in front of Preprocessor Macros. Here you will see a popup please click on add sign and it will give you an op...