all repos — caroster @ 6b8abc9e05f8c02edd810b82920a1b29398c83bd

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

frontend/lib/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;