I have this section for clustering markers on a map with a custom cluster image: <agm-marker-cluster *ngFor="let item of clusters | keyvalue" imagePat
I have an Angular 9 + Ionic 5 application, deployed as PWA, Android and IOS apps. We use google's universal, cross-platform URL to launch Google Maps, as descri
I want to create a widget that show google map with initial location, when user click on it it open google map with a marker and allow user to search or select
I'm relatively new to react world and particularly to using google maps. I'm using @react-google-maps/api and React version 18. I'm trying to display multiple l
I'm using the latest Google Maps Android SDK: implementation 'com.google.android.gms:play-services-maps:18.0.2' This is my method for adding a Polyline to the
I'm using the latest Google Maps Android SDK: implementation 'com.google.android.gms:play-services-maps:18.0.2' This is my method for adding a Polyline to the
I'm interested in Google map scrapping through Python and selenium. I want to scrap all the leads for a specific search. In the first page 20 leads are displaye
I'm using google_maps_flutter: ^0.5.24+1 plugin. I can't drag the marker inside map even though draggable property is set true. Whats wrong here? My code :
I have a tourist App, and i have made a tab i.e ATM onPress it will display List of ATM's in nearby defined Radius. I have tried Different modules which availab
I am using the @angular/google-maps package in my Angular project to display a map with a search box for searching locations. When I search for a location, it i
Is there a way to capture the back button click listener from Google Places Address Search (AutocompleteSupportFragment) val btnBackClick = autoc
i have tried this to customize marker on flutter_google_maps and this to change widget into bytes, since we could change marker using bytes, not widget. i actua
I have a google routing web service. it works in a local run project. but when I upload it on the host I get this error message: The type initializer for 'Goog
I want to know if there is any way to get a city/suburb/postal code's outer boundary coordinates, so as to be able to draw a polygon on the map. I have read thr
Let's say 100 documents (so to say polygons) in a collection named Areas with this structure: { ...otherFields, commonName: "Butwal", area: { type: "
Hi! I'm attempting to write a "simple" test to check for a react class component state change. Specifically, I'm testing if the lat(latitude) and lng(longitu
I want to know about the marker information that are grouped under marker clustering in AGM google Maps. <agm-map #agmMap [latitude]="latitude" [longitude]="
I was wondering if it is possible to change the default behavior zoom, the default seems to change the viewport in all directions, but I want to keep the bottom
I am using google autocomplete address api, it returns all the required data but not postal code. Any idea how to get postal code in api response. Below is the
In google maps, if you search "bar" or "shop" or anything.. you get a pin on the map for every single entry google finds in the space you zoomed in to. The view