Hugo Alliaume
Hugo Alliaume
Hi @simondaigre, and thank you! :) > allow to set a custom icon on Marker It's already on my list! I will need this feature aswell for my website where...
... 😮💨 , but yeah you're right, thanks for pointing it out. I think the easiest way to do that is to: - never load Google Maps maps implicitly, or...
Hey @smnandre and @kbond, here is my 2nd iteration to simplify the package a lot, thanks to your reviews :) You can find an example in the PR description, but...
Thanks for the review, I've applied your minor suggestions, I will look into the other ones later :)
Hey everyone! Here is the 3rd iteration of Symfony UX Map :) To resume: - Bridges have been introduced, they will be available under `symfony/ux-map-google` and `symfony/ux-map-leaflet`. They ship their...
Thanks @javiereguiluz :) The `LatLng` class name was not discussed before, but during my first implementation I've thought about `Position` instead. Something usable like `Position::latLng(5, 40)` or `new Position(latitude: 5,...
(Waiting for #2015 to be merged before rebasing this one)
> > but during my first implementation I've thought about Position instead. > > What about `Point`? If we really need to change `LatLng`, we can go for `Point` yes....
Coordinates is nice too PS: Biome found really interesting issues 😍
> > Yes totally, Google Maps and Leaflet (and maybe a tons of other providers) use lat/lng combo > > Sorry, I meant, can the google/leaflet api use an address...