Answer the question
In order to leave comments, you need to log in
How to know exactly if you need to pay to use google maps api js?
Good afternoon!
We are writing a commercial project on nuxt, on one of the pages we will use a Google map.
Maps are loaded onto the page using the @googlemaps/js-api-loader
package.
This map is essentially a background image. All we need a map for is to draw our polygons on it and, when hovering over these polygons, display hints through the infoWindow. The map uses custom zoom buttons (they just have their own design) and a switch for 2 types of map design, custom style (gray) and hybrid . Also, the card has all standard controls disabled.
Initialization goes like this:
new this.googleMaps.Map(this.$refs.map, {
center: {
lat: 61.0267952,
lng: 68.8492321
},
disableDefaultUI: true,
mapTypeId: 'hybrid',
zoom: 4,
minZoom: 3,
maxZoom: 5
});
Answer the question
In order to leave comments, you need to log in
It makes no difference whether you draw lines or your markers, or whatever else you bring in. Only card initialization counts.
Google sponsors 200 bucks a month for everyone, in addition to these costs, it removes from the card.
P.S. It is forbidden to save the result of geocoding addresses to yourself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question