Hello,
I’m trying to create a Bubble Plugin that appears to be much needed based on previous forum posts.
It connects two points (a list of bubble latitude and longitude data sets) on a Google map with a poly line.
Documentation and script is easy to copy and paste: Simple Polylines | Maps JavaScript API | Google for Developers
But I have no clue how to build this inside the Plugin Editor for Bubblers to use:
- What goes inside ‘element code’ the above script?
- How do i format Function Initialize with a list of latitudes and longitudes?
- How do i format Function update with a list of latitude and longitudes?
Completely lost with how to build a plugin on Bubble using the Google maps code.