hoverboard icon indicating copy to clipboard operation
hoverboard copied to clipboard

Explore updating Google Maps integration

Open abraham opened this issue 4 years ago • 5 comments

map-block renders a map highlighting the location of the venue. It's currently implemented with @polymer/google-map which is not recommend anymore. There is a new @googlemaps/js-api-loader package announced.

  • [ ] Create a proof of concept (the code doesn't need to be perfect or complete) of switching to @googlemaps/js-api-loader.
  • [ ] With the knowledge gained from creating the PoC, should the conversion be completed? Is the new approach better/simpler code?
  • [ ] Is there improvements to size/performance of the site?
  • [ ] Is there a different approach or tool that would be better to switch to?

abraham avatar Apr 04 '21 20:04 abraham

@abraham Can I take this?

akshitarora921 avatar Nov 04 '21 16:11 akshitarora921

Please do

abraham avatar Nov 06 '21 00:11 abraham

@abraham Can you please explain the requirements?

akshitarora921 avatar Nov 14 '21 06:11 akshitarora921

@akshitarora921 I've updated the issue description. It's basically to explore if the new package described in the blog post would be a better approach than how maps are currently implemented.

abraham avatar Nov 14 '21 17:11 abraham

There is a new Google maps web component available. https://cloud.google.com/blog/products/maps-platform/build-maps-faster-web-components/

abraham avatar May 12 '23 13:05 abraham