Category "google-maps"

How can I enforce returning to my app when starting google navigation with an intent

I call Google Maps with an Intent like this: Intent mapIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + lat + "," + lon + "&mode=d

Google Maps API: No 'Access-Control-Allow-Origin' header is present on the requested resource

I've seen this question asked by multiple people, none of the answers have worked for me. I'm trying to make an API call to the google maps api with react/axio

How to get data from Django Rest Framework to GoogleMaps in JS

I am trying to build a web app which should get data from Django Rest Framework (using Serializer) and pass it to JavaScript and generate markers of GoogleMaps.

Map Is Zooming (Zoom In/Out) Automatically when i changed Latitude and Longitude To View different location (Please Go through the below Description)

I am using Gmap nuget package to load the map in my project. i have loaded the map, after that i want to draw the circle around the selected Lat Long. i drawn t

Google Maps clustering feature for polygons

I want to use same feature which is used for markers on GoogleMap with clustering if you zoom out too much on map. But I want to use this for custom drawn polyg

How to create Line string in google Maps like Here Maps?

this code is to create linestring in Here Maps, I tried to find the same thing in google maps but I couldn't this.GetCoordinates = function (polyPoints) {

The iPhone app closes immediately when I open the map [closed]

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectForKey:]: unrecognized selector sent to

Script Google Sheets to generate Google Maps picture and paste it into a cell

I tried to take a code and adapt it to my needs but without success as I am new in script. This code allows to generate a google map with markers on several add

county boundaries for US map with large data

I am trying to load all the county boundaries in the initial load. So I researched and found that loadGeoJson will support that. when I test with state boundari

dopar% and %foreach% failed to work for gmapsdistance

I am currently trying to apply parallelization with the gmapsdistance package (driving mode = bicycling) to speed up the computation of the for loop that contai

Reading Latitude and longitude from CSV file and display in google map after applying filtering to a column

I managed to fetch long and lat values from CSV and loop them to display all values in google map .Now i need to filter column Fuel_Type = "Unleaded 91" how to

Vue 3 google map circle is not being removed from the map

Vue 3 google map circle is not being removed from the map I am currently migrating from Vue 2 to Vue 3. In Vue 2 I could remove circles, but in Vue 3 I run into

Couldn't resolve the package 'geolocator' in 'package:geolocator/geolocator.dart'

Install geolocator 8.0.0, everything is normal. But when I go to run the project I get all these errors, even though I import the library correctly. class Googl

Flutter - Google maps only shows one marker

In Flutter, I created an array to add markers. final List<Marker> _markers = <Marker>[]; Then I iterate all values and add them to this array User

Ionic 6 - localization of Google Maps API

I am using Angular 13 and Ionic 6 to add Google Maps API V3. Here is a simple example provided by Google to add the map using TypeScript. When using Ionic, I am

Is there a way to trigger an external event or app when Google Maps says "You have arrived"?

Is there a way to hook the "You have arrived" event in the Google Maps android app? The Maps API can do this, but only if I recreate a lot of the functionality

Freehand polygon drawing google maps mobile - Not working

I am trying to implement a function that allows a user on a mobile device (using chrome or safari for example) to be able to draw a polygon in google maps. The

Google Sheets and Google Forms not working with Google Maps API

I am a beginner programmer. I am trying to make a website that does the following: Displays a map using Google Maps API Displays a form with checkboxes that lin

I/Counters: exceeded sample count in FrameTime log

I recently started to see this logs I/Counters: exceeded sample count in FrameTime multiple times in my app logcat, I understood it comes from Google Maps. Any

Parse results from JSON to a list dynamically

I do a JSON Request and get some information. func parseJSON(poiData: Data) { let decoder = JSONDecoder() do { let decodedData = try decoder.dec