Nora Söderlund's Developer Blog

FeaturedGoogle MapsCloudflareSecurityToolsReactOutdoor Adventures

3 weeks ago

Projecting a 3D route on Google Maps

With my WebGL route renderer package, you can now project the route on a Google Maps instance using a vector map.

Read more on how to do this and try it out yourself!

1 months ago

Projecting a route to 3D using WebGL

I made a 3D route renderer using only WebGL because I couldn't find any open source package that does this. Stuff like this is what really tickles my brain.

Google Open Source Peer Bonus award 2023

I was awarded with a Google Open Source Peer Bonus for my Google Maps Platform Discord community and GitHub repositories contributions.

3 months ago

Bundling several Google Maps markers together

Do you want to bundle several Google Maps markers at the same position in a nice way?

Read more on how you can recolor, rotate, and capture click events for custom markers!

Capturing Google Maps markers inside a polygon

Do you want to capture Google Maps markers within a drawn polygon?

Read more on how you can use some basic functions to do this!

Using Google Maps markers as anchors

Do you want to use a marker in Google Maps as an anchor element with a real navigation status bar?

Read more on how you can do it through your map element's tag name!

4 months ago

Static Google Maps coordinate projection

Do you want to project coordinates to the screen when using the Google Maps Static API?

Read more on how you can use the Mercator projection to do it!

5 months ago

Restricting a Google Maps API key

I often see developers not understanding the importance of managing their Google Maps API key properly.

Read more on how to properly manage your Google Maps API keys.