google-maps Questions
2
Solved
I'm quite new to WordPress and I'm following a Udemy course on theme development and one part involves using the Google Maps API. When I register/enqueue the script, it doesn't appear in the HTML s...
Photoneutron asked 12/5, 2017 at 5:5
5
Solved
I'm currently using the Google Maps API for the first time.
Essentially I wish to have the map zoomed out so that the whole world is displayed with no overlap (e.g. bits of a certain country are no...
Lemcke asked 10/12, 2013 at 15:19
2
Within our Android app we are using Google Maps API in order to show the users location. At the moment we are using Koin in order to provide a parametered injection (it requires an activity) of the...
Ridenour asked 16/7, 2019 at 8:45
2
Solved
Is it possible to use the Material Icons in Flutter as Markers in a Flutter app with the GoogleMap widget?
Aftershaft asked 25/10, 2019 at 15:27
5
I'm using plugin google_maps_flutter 1.2.0, and i want to instanciate a GoogleMapController for testing some bloc's event, where the controller's value can't be null.
Unfortunalty, i don't know how...
Amalamalbena asked 22/2, 2021 at 0:2
4
Solved
I have created a function that places an array of pins on a map. I have already added a click function to all markers that re-centers the map on the new location and zooms to the appropriate. This ...
Minnieminnnie asked 8/8, 2023 at 14:10
3
I'm using MapView from 'react-native-maps'
I can't get the "showsMyLocationButton" to show, so I'm implementing my own.
I want do this without using React Native's geolocation because I find it t...
Eucken asked 22/8, 2018 at 22:34
4
I have two points on google map first one is the source and second is the destination, I have the route between these points on the map.Now I want to navigate user from source to destination as Goo...
Reformatory asked 24/6, 2017 at 7:33
13
I've open an issue on the geolocator repository https://github.com/BaseflowIT/flutter-geolocator/issues/199
It entails the geolocator package not retrieving the location. They recently released a ...
Derbent asked 20/2, 2019 at 9:50
3
Solved
I use Leafletjs with google map tiles in my application. Here is my HTML markup:
<div class="map-wrap" style="display: none;">
<div id="map"></div>
</div>
<div class=...
Sapient asked 25/3, 2014 at 18:11
3
Solved
I am trying to load my google map asynchronously and it works but it is loading the map in twice. If I remove "box.onload = initialize;" this stops that problem but then the infobox doesn't show......
Synectics asked 2/5, 2013 at 14:20
3
Solved
In years past, it was easy to remove the info window from an embedded Google Maps. Just add iwloc=near in the query string.
In the past few weeks, Google has migrated to a NEW embed query string f...
Unsuccess asked 7/3, 2014 at 18:45
5
Solved
How to get country name in Android, If are known geo coordinates? How to make it the simplest way?
Titlark asked 18/6, 2012 at 12:17
4
I can not install Maps API for node.js, according to this manual
https://developer.here.com/documentation/maps/3.1.20.0/dev_guide/topics/get-started-bundling.html
PS K:\Gran-canar\NODE-HERE\first-p...
Nathanaelnathanial asked 4/12, 2020 at 3:21
2
Solved
I've followed the instructions to the letter to get cloud-based map styling working with my Android app but the normal style loads every time.
I've linked the map ID to the map style, and I've prov...
Killingsworth asked 7/11, 2023 at 16:35
9
Solved
I am using the following code to use get-directions in google maps. But when I run this from other machines, it is showing the error "invalid api key". How can one use this same map witho...
Lynettalynette asked 27/9, 2012 at 6:11
3
Solved
when I zoom 14 and more lines look black. When less 14, It is okay.
Image 1
Image 2
@override
Widget build(BuildContext context) {
return GoogleMap(
onMapCreated: (controller) {
_googleMapCont...
Corinnecorinth asked 11/12, 2023 at 17:28
6
I would like to have an autocomplete textfield that autocompletes locations for me like the one for android:
https://developers.google.com/places/training/autocomplete-android
Does anyone know wh...
Ilk asked 6/2, 2015 at 14:0
11
I want to retrieve address from lat long coords. I have created project in google console. Added Billing information and enabled the geocoding api services. But still when i make this request i am ...
Mayda asked 7/10, 2019 at 11:28
6
Solved
I'm developing an app with google maps typescript api, and today I got this warning message when the app was launched ->
Starting February 21, 2024, google.maps.Marker will no longer be
availab...
Deter asked 22/2 at 15:37
5
Solved
Apple maps can open routing apps when it can't provide a route:
I want to open a few of those apps from my app. I am aware that I have to whitelist each app that I want to open. This is not the ...
Ardra asked 13/9, 2018 at 16:31
5
"google API is already presented"
1.
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=GOOGLE API KEY0&libraries=places"></...
Jag asked 6/9, 2020 at 4:52
3
My web app is in Angular and today I got a message from Google Cloud Platform, its mentioned a "Notification Title: [Security Alert]: Polyfill.io Issue for Google Maps Platform users". Ho...
Chavers asked 1/7 at 8:56
26
Solved
From what I see, in v2 of GMaps API there was a property "buttons" of the InfoWindow object that one could define in a way that given InfoWindow has no close button:
marker.openInfoWindowHtml("No ...
Penis asked 21/9, 2013 at 13:50
2
Solved
I was using a Stack widget for me to overlay the google_maps_flutter and the TextField. However when I focus on TextField and when the keyboard input popups, the Google Maps seems to resize into sm...
Avaunt asked 4/6, 2019 at 7:31
1 Next >
© 2022 - 2024 — McMap. All rights reserved.