The Google Maps Embed Pack includes 5 formulas to make it easier to embed maps in your Coda docs:
-
Place(): Displays a map pin at a particular place or address, such as a landmark, business, geographic feature, or town.
-
View(): Returns a map with no markers or directions.
-
Directions(): Displays the path between two or more specified points on the map, as well as the distance and travel time.
-
StreetView(): Shows interactive panoramic views from designated locations.
-
Search(): Shows results for a search across the visible map region.
You can learn more here โ Coda | Google Maps Embed
Will start to investigate the possibility to include additional Google Maps APIs, either by you providing your own API key or doing a credit/usage based Pack where you buy credits and then can use them against the API 
10 Likes
@Leandro_Zubrezki, dude, you are a MACHINE !
yet another extremely useful pack
keep up the good work !
max
2 Likes
hi @Leandro_Zubrezki , it is a nice start. I assumed to get back in Coda the travel time and distance in numeric values to manipulate, not as data on the map, see below. Is that in the planning?
Cheers, Christiaan
1 Like
Hi @Christiaan_Huizer !
Google Maps provides different APIs, Maps Embed, Maps Static, Directions, Distance Matrix, Geocoding and Place Details, among others!
From those APIs the only one free and unlimited is Maps Embed, the one currently available in the Pack. The rest of them are usage based, you get charged based on the number of requests you make to the API to get data back from Google Maps, as an example 1.000 Geocoding requests is $5.
The idea is to add support for additional APIs, providing your own API key or implementing a credit mechanism, you buy $10 of credits to do x number of requests. In both cases transparency on the cost of each operation will be important.
Hope that clears the doubts and the why the Maps API is difficult to work with 
2 Likes
thx for the feedback, well I own https://place.guru and know very well what you are talking about. It is a costly business with Google.
1 Like
Nice! Just created an account to take a look
, and yes, it is costly and the pricing is pretty difficult for reselling, but I will come up with something!
Any ability yet to produce multiple map pins on the same map? i.e. a list of locations from a table
@JoshSzwarga unfortunately it is a case that is not supported by the Google Maps Embed API. The best you can do is use the Directions formula and passing the list of places.
1 Like
I have so many use cases for this and canโt wait to practice with it! Thank you!
1 Like
this is great, do you plan to include soon the option to connect to the maps api that gives you information on distance, timeโฆ ? Thanks a lot
1 Like
Hi @Ximo_Escamilla, welcome back to the community!
Unfortunately those are paid features of the Google Maps API that are charged by usage and at the moment it would be difficult to implement as a public Pack, maybe in the future 
1 Like
Found a trick to put multiple pins on an interactive map using your pack:
2 Likes
Awesome @Rickard_Abraham ! Will investigate more and add it to the playground 
1 Like
@Leandro_Zubrezki Iโm starting to play around with this pack for a doc I am creating to plan a roadtrip. Can you tell me the syntax for using more than one waypoints using the Directions() map?
Itโs just a list of strings, see my embed two replies up 
1 Like
As Rickard mentions (thanks!) it is a list of strings: Directions("Address 1", "Address 2", waypoints: List("Address 3", "Address 4"))
1 Like
Thanks @Rickard_Abraham and @Leandro_Zubrezki . I just wasnโt putting a parenthese around the multiple waypoints to create the string.
2 Likes