66,063 questions
-2
votes
0
answers
26
views
build an interactive map application [closed]
I would like to develop a mobile application that provides the user with a detailed, geo-located interactive map of a specific area. The goal is to accurately locate the user and provide a pre-defined ...
0
votes
0
answers
33
views
how to make the longitude and latitude lines on map disappear in google maps api [duplicate]
I have this map in js code in google map api, and I cannot find solution how to make longitude and latitude lines on map disappear.
An image showing the longitude and latitude lines I want to remove
...
-1
votes
0
answers
10
views
Autocomplete Textbox for Google with razor page [duplicate]
I'm designing a page where users can capture their address details. I'm looking for a way the user can select an address from a a list of options based on what was typed in the textbox.
I already have ...
-1
votes
0
answers
12
views
Google Autocomplete Text box for Razor Page
I'm developing a page where customers can fill in there address detail. I'm looking for way to autocomplete the address, based on what the user has type and select the correct address from the google ...
-3
votes
0
answers
25
views
Can we update our custom map addresses using a Postman API call? If yes, please suggest how [closed]
How to update our custom map addresses using a Postman API call?
we want to make an API call using Postman to update custom map addresses stored in our Google account. We have reviewed the Postman ...
0
votes
1
answer
26
views
Google API for Maps Gecode Function not returning results for a specific zip code
I am posting to the geocode API and for a certain zip code (11707) it returns zero results. I know this is a valid zip. Also with other zips the same post works fine.
The non-working call is:
https://...
-3
votes
0
answers
26
views
Custom Marker not showing on API Maps Static [closed]
I currently use the API Maps Javascript and I wanted to migrate to API Maps Static.
I have a problem with the static API : I can't seems to make the custom marker to work.
Here is the final url I call ...
4
votes
0
answers
52
views
Google Maps React Component Crashes with TrafficLayer: "Uncaught Error: b/369845599"
I'm using the @react-google-maps/api library to render a Google Map in my React app. The map displays markers for couriers and shows directions for selected couriers. I also want to include a ...
-3
votes
0
answers
26
views
google maps in android project pricing is too high [closed]
I want to add a map to my Android project. I need the update live location of the user for every 3 sec and updates it on map. i am using map sdk for android . pricing is to high like 100000 hits, ...
-2
votes
0
answers
19
views
How can I change the position of the google MyMaps side menu? [closed]
I'm wanting to change the position of the side menu on the embedded mymap so the option to close the menu is visible. I have changed the iframe position to hide the top bar as I don't want the map ...
0
votes
0
answers
13
views
Read PBF Tiles with Android Google Map sdk
I want to display PBF Tiles with Android Google Map SDK.
I have this sample code with an UrlTileProvider who does not work
val tileProvider = object : UrlTileProvider(256, 256) {
...
-2
votes
0
answers
19
views
How to display dialog like on instagram to choose for map on ios and android in react native? [closed]
THis is my code and the openMapChooser function is what i got from ChatGPT, i tried everything but nothing seems to work.
import {Pressable, StyleSheet, View, Text, Image, Button, Platform, Linking, ...
-2
votes
0
answers
40
views
Google Maps JavaScript API: InfoWindow closes prematurely when changing map bounds [closed]
I'm working with the Google Maps JavaScript API and trying to ensure that only one InfoWindow is open at a time. I have the following code to open and close the InfoWindow when a marker is clicked or ...
-1
votes
1
answer
82
views
Uncaught (in promise) TypeError: Spread syntax requires ...iterable[Symbol.iterator] to be a function
as title writed. i got this error in google map api 3.59.1.
for some reason, i use leaflet + googleMutant to drive google map api.
since 2024/11/21 the 3.59 new one was pernounced, i try to change to ...
-2
votes
0
answers
19
views
Retrieving Locations at a Specific Address
I am working with Node.js library @googlemaps/places and would like to retrieve all locations (e.g., businesses, restaurants, offices) at a specific address.
However, when I send an address to the API,...