🌐
Google
developers.google.com › google maps platform › web › maps javascript api › overview
Overview | Maps JavaScript API | Google for Developers
Get started with the Google Maps JavaScript API. View a simple example, learn the concepts, and create custom maps for your site.
🌐
MichaelMinn
michaelminn.net › tutorials › google-maps-api
Introduction to JavaScript and the Google Maps API
The method returns an object that ... by the Google maps API code. Note that in JavaScript (unlike some other programming languages like Python) each statement must be ended with a semicolon. Also note that objects are often passed directly to functions without being assigned a name first. While this makes the code a bit more confusing to read, it is a common shortcut you will see in JavaScript examples...
Discussions

What’s everyone’s favorite frontend maps API?
We use OpenLayers with OpenStreetMap for some smaller things (non public). Pretty good DX with lots of examples. More on reddit.com
🌐 r/webdev
74
102
December 16, 2023
Google Maps API
Use leaflet.js in conjunction with openstreetmaps API . Google Maps requires a payment method attached to your account to utilize its API. More on reddit.com
🌐 r/webdev
7
7
August 3, 2022
Is Google maps API free to use?
I mean, technically? Google Maps API offers $200 of free usage per month, but you must set up billing and provide a card. You are only charged if your usage exceeds the free tier. If it’s a personal project, you could try using some third party API, such as Google Maps API by Oxylabs and get a free trial there? Then it will truly be free :D More on reddit.com
🌐 r/webdev
12
11
April 3, 2022
Google Maps Javascript API

You'll probably want to be doing this server-side using something like PHP.

I would personally be extracting the EXIF data, filename, etc. using PHP and then storing those in a database. Then call that info out to an array in your Javascript and iterate through those to create your markers.

I'm not on a computer where I can grab you the exact code, but if you look at https://developers.google.com/maps/documentation/javascript/markers#maps_marker_simple-javascript

Add latitude and longitude arguments to that function, and iterate through them for each of the markers you need to add.

Something like this might help you - https://stackoverflow.com/questions/59866292/google-map-api-custom-markers-based-on-data-marker-value

More on reddit.com
🌐 r/HTML
3
2
November 20, 2021
🌐
Google
developers.google.com › google maps platform › web › maps javascript api › code samples
Code Samples | Maps JavaScript API | Google for Developers
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-18 UTC."],[],["This document provides a comprehensive collection of sample applications for the Maps JavaScript API.
🌐
W3Schools
w3schools.com › graphics › google_maps_intro.asp
Google API Tutorial
This tutorial is about the Google Maps API (Application Programming Interface).
🌐
Google Maps
mapsplatform.google.com › resources › demo-gallery
Map Demo Gallery & Examples - Google Maps Platform
Learn how to help your users more easily find the ideal places, with Gemini model capabilities for Places API. ... Create immersive experiences with Photorealistic 3D Maps in JavaScript.
🌐
Google Maps Platform
mapsplatform.google.com › pricing
Google Maps Platform Pricing - Subscriptions and Pay as you go
Offering subscription plans of our most popular APIs or Pay as you go where you can mix and match across 3 API and SDK product categories.
🌐
npm
npmjs.com › package › @googlemaps › js-api-loader
@googlemaps/js-api-loader - npm
October 29, 2025 - Wrapper for the loading of Google Maps JavaScript API script in the browser. Latest version: 2.0.2, last published: 2 months ago. Start using @googlemaps/js-api-loader in your project by running `npm i @googlemaps/js-api-loader`. There are 398 other projects in the npm registry using ...
      » npm install @googlemaps/js-api-loader
    
Published   Oct 29, 2025
Version   2.0.2
Find elsewhere
🌐
Nordic APIs
nordicapis.com › getting-started-with-google-maps-javascript-api
Getting Started With Google Maps Javascript API | Nordic APIs |
May 11, 2023 - Learn how to use the powerful Google Maps JavaScript API to create custom maps and projects! We walk through getting started here.
🌐
Google
developers.google.com › google maps platform › web › maps javascript api › google maps javascript api v3 reference
Google Maps JavaScript API v3 Reference | Google for Developers
October 23, 2025 - Constants: DIRECTIONS_ROUTE, DISTANCE_MATRIX, ELEVATION_ALONG_PATH, ELEVATION_LOCATIONS, FLEET_ENGINE_GET_DELIVERY_VEHICLE, FLEET_ENGINE_GET_TRIP, FLEET_ENGINE_GET_VEHICLE, FLEET_ENGINE_LIST_DELIVERY_VEHICLES, FLEET_ENGINE_LIST_TASKS, FLEET_ENGINE_LIST_VEHICLES, FLEET_ENGINE_SEARCH_TASKS, GEOCODER_GEOCODE, MAPS_MAX_ZOOM, PLACES_AUTOCOMPLETE, PLACES_DETAILS, PLACES_FIND_PLACE_FROM_PHONE_NUMBER, PLACES_FIND_PLACE_FROM_QUERY, PLACES_GATEWAY, PLACES_GET_PLACE, PLACES_LOCAL_CONTEXT_SEARCH, PLACES_NEARBY_SEARCH, PLACES_SEARCH_TEXT, STREETVIEW_GET_PANORAMA
🌐
Google
mapstyle.withgoogle.com
Styling Wizard: Google Maps APIs
To get started with Cloud-based maps styling, copy the JSON style above, then go to the Google Cloud console. To create a new map style, paste the JSON into the 'Import JSON' option. Cloud-based maps styling is available for the Maps JavaScript API at no extra charge.
🌐
HubSpot
community.hubspot.com › t5 › APIs-Integrations › Google-Maps-JavaScript-API › m-p › 545896
Solved: HubSpot Community - Google Maps JavaScript API - HubSpot Community
January 4, 2022 - Can you add some code to the thread that you are working with (hash out your google api key)? Are you getting any console errors? What kind of interactions are you trying to create? @stefen , Happy new year ! I am sure you have done some Google Maps integrations. If @Aladdin1 adds some details, can you lend a hand? ... Fresh content delivered to your inbox every month. ... @dennisedson Thank you very much for your answer! Yeah, I did make some progress on this issue. I found, that after importing the Google Maps JavaScript API you need just to write the who...
🌐
Google Cloud
cloud.google.com › apis
Cloud APIs | Google Cloud
Cloud APIs · Service Catalog · Cost Management · Observability · Carbon Footprint · Config Connector · Active Assist · See all management tools · Maps and Geospatial · Earth Engine · Google Maps Platform · Media Services · Cloud CDN · Live Stream API ·
🌐
Leaflet
leafletjs.com
Leaflet — an open-source JavaScript library for interactive maps
var map = L.map('map').setView([51.505, -0.09], 13); L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors' }).addTo(map); L.marker([51.5, -0.09]).addTo(map) .bindPopup('A pretty CSS popup.<br> Easily customizable.') .openPopup(); Learn more with the quick start guide, check out other tutorials, or head straight to the API documentation.
🌐
Omi AI
omi.me › blogs › api-guides › how-to-access-google-maps-javascript-api-in-web-applications
How to Access Google Maps JavaScript API in Web Applications – Omi AI
December 9, 2024 - <script> function initMap() { // Create a map object and specify the DOM element for display. const map = new google.maps.Map(document.getElementById('map'), { center: { lat: -34.397, lng: 150.644 }, zoom: 8 }); } </script> ... Create an HTML ...
🌐
GitHub
github.com › googlemaps › js-samples
GitHub - googlemaps/js-samples: Samples for the Google Maps JavaScript v3 API
Samples for the Google Maps JavaScript API.
Starred by 803 users
Forked by 838 users
Languages   TypeScript 37.2% | JavaScript 30.4% | Nunjucks 19.0% | SCSS 10.9% | Shell 2.4% | CSS 0.1%
🌐
GitHub
github.com › googlemaps
Google Maps Platform · GitHub
2 weeks ago - Load the Google Maps JavaScript API script dynamically.
🌐
Google AI
ai.google.dev › gemini api › grounding with google maps
Grounding with Google Maps | Gemini API | Google AI for Developers
October 30, 2025 - In this example, the googleMapsWidgetContextToken has been requested by enabling the widget in the Google Maps tool. When enabled, the returned token can be used to render a contextual Places widget using the <gmp-places-contextual> component ...
🌐
YouTube
youtube.com › watch
How to load Maps JavaScript API in React (2023)
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
🌐
Google Maps
mapsplatform.google.com
Google Maps Platform - 3D Mapping & Geospatial Analytics
Create immersive experiences with Photorealistic 3D Maps in JavaScript.