How to Use ReactJS to Create a Google Maps Application
Date Created: 2021-02-07
This particular NPM package made it pretty easy to use React.js when using the Google maps API. The tutorial just covers the basics to get you up and running with the bare minimum.
Just an FYI, google maps data for Colombian addresses is not that good. When using the Geocoding API, which translates addresses to longitude and latitude, I discovered that the majority of Colombian addresses returned by google's api are slightly off. They are in the ballpark mind you, but they are usually off by a good 5 blocks or so.
Title: How to Use ReactJS to Create a Google Maps Application Date Created: 2021-02-07
This particular NPM package made it pretty easy to use React.js when using the Google maps API. The tutorial just covers the basics to get you up and running with the bare minimum.
Just an FYI, google maps data for Colombian addresses is not that good. When using the Geocoding API, which translates addresses to longitude and latitude, I discovered that the majority of Colombian addresses returned by google's api are slightly off. They are in the ballpark mind you, but they are usually off by a good 5 blocks or so.