66,046
questions
0
votes
0
answers
7
views
Flutter iframe with google maps embed for android and ios
I am trying to use the following embed link from google maps to go inside a part of my app's screen. While using FlutterMap and Open Street Map works, but I am trying to use the Google Map embed that ...
0
votes
0
answers
15
views
Optimization of Offline maps in React native app
I am building a react native app and I want to include maps from openstreetmap. The area of the map is quite large, about 80000 km^2. Normally I would just use Google maps API/React Native maps, but ...
1
vote
0
answers
22
views
Places API text search not returning all locations of restaurant
For example:
https://maps.googleapis.com/maps/api/place/textsearch/json?query=Rosie’s%20Burgers&location=43.5986168,-79.7835341&radius=50000&key=APIKEY
This call returns only 2 of the 4 ...
-3
votes
0
answers
19
views
Request for Information Regarding Removal of My Guesthouse from Google Maps [closed]
Dear Google Maps Support Team,
I hope this message finds you well. I am writing to express my concern about the removal of my guesthouse listing from Google Maps. The listing, along with its reviews, ...
0
votes
1
answer
19
views
React + GoogleMaps is very slow to display markers
I'm using googlemaps within a react app for the first time, following the google docs here: https://developers.google.com/codelabs/maps-platform/maps-platform-101-react-js#0.
It's a basic app which ...
-1
votes
0
answers
41
views
Apps Script for geocode data from sheet, populating result Request Denied
I have a simple script to pull address data from sheet query google map api with geocode to populate latitude and longitude.
I have setup api key in google cloud, I have check billing, and usage quota....
0
votes
0
answers
32
views
How to hide "Navigation" and "GPS pointer" buttons after clicking a marker on Android Google Maps in FireMonkey Framework
The "Navigation" and "GPS pointer" buttons are being shown at the right bottom of the component after clicking on a marker. The customer would like to prevent these buttons from ...
-2
votes
0
answers
23
views
How to integrate googlemaps places autocomplete API in a location field in a form in streamlit? [closed]
I am currently trying to build a streamlit app which has a form in the sidebar, and a map in the main area.
One of the fields in the form is a location field (city name) where I am integrating ...
0
votes
0
answers
31
views
Google Maps: Over 200 markers and clustering - Slow
I get the data async from the backend so there is not really a way to load it from memory.
I created the map like this
@Composable
private fun HoaxLocatorScreen(
cameraPosition: ...
-2
votes
1
answer
54
views
Using Google Maps in a Next.js [closed]
In order to make use of Google Maps in a Next.js Web-App.
I followed this tutorial instructions.
The problem is that when I get to the point I want to click a button and make a map appear in the ...
0
votes
1
answer
19
views
React Native GooglePlacesAutocomplete Causes White Screen on Expo App
I'm using react-native-google-places-autocomplete in my Expo app to allow users to search for places. However, when I integrate the GooglePlacesAutocomplete component, the app shows only a white ...
1
vote
1
answer
35
views
Why am I getting this error "Object literal may only specify known properties, and 'target' does not exist in type 'CameraConfig'"
I just got my code from another computer and this error shows up, I have been searching for some info but I dont know how to fix it, what Im trying to do here is to add a search bar in my google maps ...
0
votes
1
answer
34
views
Trying to implement Google Map in the Flutter Application
I am trying to Implement google map in the flutter application by using google_maps_flutter this package.
But map is not coming in the UI.
I have attached the code below
GoogleMap(
...
-3
votes
0
answers
31
views
Google Map Reviews Scraping [closed]
i am trying to scrape google map reviews from list of businesses links. I am getting error in choosing a right selectors for reviews data, as for different links and reviews xpaths varies. Is there ...
0
votes
1
answer
38
views
Android, Kotlin, Google Maps Markers
I am trying develop an Android App with Kotlin in Android Studio. I want to make markers for Pharmacy in my app in Google Maps. My question is in my code:
private fun searchNearbyPharmacies(location: ...