Great video! Wondering how would this change when I have my data field as a list of geographic addresses instead of just geographic address type? Thanks!
The map element shown in the video will not provide you with directions and the distance between two points. You'll need to either work with the Google API directly (hint: developers.google.com/maps/documentation/directions/start) or find a Bubble plugin that does this calculation.
Thanks for the video. Awesome content. Could I creat an application the let users add spots os my map? But not using adresses. I need then to click on the map, selected that location, and add a spot there.
Bubble stores all map data as a specific Geographical Address format. This integrates closely with a number of Google Map APIs. If I've understood correctly this is possible with Bubble and you could get it working a test your idea using a free Bubble account.
This is helpful, but i cant seem to figure out the following use case: Dynamically displaying markers on a map based on end user filter selection for day. Use case: user goes to map and it defaults to their location 20 mile radius. Default map display shows all trails open today() with a hover effect that includes park information as well as trail information. Parks (parent object) (has Address) Trails (child object) each trail may be open any variation of days. (Doesn't have address field, because park does)
Have you considered adding a constraint to the to Do a Search For data source for your locations? Great idea for a video. We'll add your particular situation to our list of ideas.
To display Trails on a map you will need to have an address field on Trails. You could use a Database Trigger to automatically ensure that all Trails have their Park's address when first created.
But then you would have to duplicate all fields to display, correct "hover over the open trail shows park, rating, address, type etc". Then you may run into the issue where two+ trails are open at the same park, so the UI may get wonky @@planetnocode
Great video! Wondering how would this change when I have my data field as a list of geographic addresses instead of just geographic address type? Thanks!
Just add a workflow step that refreshes the page after you create the data.
Здравствуйте.
Подскажите можно ли в бабле составить маршрут из 2 адресов и рассчитать километраж?
The map element shown in the video will not provide you with directions and the distance between two points. You'll need to either work with the Google API directly (hint: developers.google.com/maps/documentation/directions/start) or find a Bubble plugin that does this calculation.
Thanks for the video. Awesome content.
Could I creat an application the let users add spots os my map? But not using adresses. I need then to click on the map, selected that location, and add a spot there.
Bubble stores all map data as a specific Geographical Address format. This integrates closely with a number of Google Map APIs. If I've understood correctly this is possible with Bubble and you could get it working a test your idea using a free Bubble account.
This is helpful, but i cant seem to figure out the following use case: Dynamically displaying markers on a map based on end user filter selection for day.
Use case: user goes to map and it defaults to their location 20 mile radius. Default map display shows all trails open today() with a hover effect that includes park information as well as trail information.
Parks (parent object) (has Address)
Trails (child object) each trail may be open any variation of days. (Doesn't have address field, because park does)
Have you considered adding a constraint to the to Do a Search For data source for your locations? Great idea for a video. We'll add your particular situation to our list of ideas.
To display Trails on a map you will need to have an address field on Trails. You could use a Database Trigger to automatically ensure that all Trails have their Park's address when first created.
But then you would have to duplicate all fields to display, correct "hover over the open trail shows park, rating, address, type etc". Then you may run into the issue where two+ trails are open at the same park, so the UI may get wonky @@planetnocode
Hi. Sorry. I did not find the first video - about customizing a search box to a georgraphic field. This is the second part of the video
Here's the video I think you're looking for ua-cam.com/video/DG5L8kZ2NhI/v-deo.html