all repos — caroster @ 123ddd8569ab8d7686c6a10da890601a4d6b3191

[Octree] Group carpool to your event https://caroster.io

frontend/utils/getMapsLink.ts (view raw)

1const getMapsLink = (address: string) =>
2  `https://www.google.com/maps/search/?api=1&query=${encodeURIComponent(
3    address
4  )}`;
5
6export default getMapsLink;