google-maps-api-2 Questions

2

Solved

The GMSMapView in iOS has a default background color of tan, or something like it. I have a requirement to change that color to white. I've tried using a subclass of GMSTileLayer without success ...
Castleman asked 13/10, 2015 at 15:18

6

FIX UPDATE: It seems that the way i was initializing the box was causing issues here is what fixed it <script> $(function () { var input = document.getElementById("keyword"); var autocom...
Eyepiece asked 20/3, 2016 at 5:25

2

Solved

i am searching for a way to recenter (focus) the map if an marker is outside the map. For example if you click on a marker which is not in your viewarea ... Marker 1: New York Marker 2: SanFransis...

3

I am working on map code migration from v2 to v3. In v2 i have create circle with help of GProjection and Overlay and it will look same size in all zoom level. In v3 google gives Circle class tha...

9

Solved

I'm using the Google Maps API to build a map full of markers, but I want one marker to stand out from the others. The simplest thing to do, I think, would be to change the color of the marker...
Adair asked 18/3, 2010 at 19:57

7

Solved

I am attempting to compile a simple map display on my my phone, but the app keeps closing. It seems that all my ducks are in a row, but I'm just stumped. This is my first time working with an API i...

16

Solved

I am using google map api v2 in my android application, I am able to show the map and put markers on it, but now I am stuck with the problem in which I need to find out the distance between two mar...
Protective asked 18/1, 2013 at 7:35

2

Solved

I have an app developed with Xamarin.Android and I recently added a map to it. I created my Key in the Developer console and restricted it with my fingerprints for Debug and Release. In Debug the m...
Ogham asked 10/2, 2020 at 14:44

6

Solved

I am working with the Google Map Android API v2 in an android application. It works fine with the unsigned apk on a different device. But when I have signed the apk and uploaded my application to ...
Denbighshire asked 23/8, 2013 at 5:58

3

Solved

I'm new to development within android using the Google Maps API. I've been able to set up a map and test out the basic functionality, but I'm having trouble implementing the logic shown in the docu...
Misbecome asked 27/7, 2015 at 15:58

2

Solved

I read through the google maps API documentation and under MapFragment, it advises to use the class only when targeting API 12 and above. Then I assume that SupportMapFragment targets API 11 and be...
Ferroconcrete asked 14/3, 2013 at 8:1

8

I'd like to be able add padding to a map view after calling a map.fitBounds(), so all markers can be visible regardless of map controls or things like sliding panels that would cover markers when o...

3

App bundles or APKs in this release use version 1 of the Google Maps SDK, which is not available on Android 11 or higher. Remove this dependency from your app. Google Play may remove support for ve...
Runkel asked 13/8, 2020 at 12:20

5

Solved

A newbie here to google maps api and android app development. I am facing some strange issue and struggling with this from two days. I have developed an app in which I have used Google maps. I have...

3

I am using google_maps_flutter: ^0.0.3+3 How do I remove the default square button to center location and still keep the blue dot current position ? If it is not possible, how to customize it ? ...

13

Solved

I have 10 markers in the GoogleMap. I want to zoom in as much as possible and keep all markers in view? In the earlier version this can be achieved from zoomToSpan() but in v2 I have no idea how ab...

4

I was trying to close the default infowindow in the android map. I used .hideInfoWindow() but nothing appends. Thanks.
Northwester asked 31/12, 2012 at 12:11

4

Solved

I am looking for a way to disable my map fragment's auto centre on selected marker functionality. I still want the markers InfoWindow to show up, but just not centre the entire map on the marker I ...
Bowl asked 10/4, 2013 at 12:4

7

Solved

I am stuck couldn't figour out why info window doesn't show up when I click on map's marker. I read on developer android site that only should I add marker and give them title, snippet and so on. B...
Antibiosis asked 23/8, 2013 at 18:48

5

Solved

I want to add multiple markers in my map, but I don't know the way. At the moment, I'm using this, and it works correctly: Marker m1 = googleMap.addMarker(new MarkerOptions() .position(new LatLn...
Mulholland asked 1/6, 2015 at 9:22

3

Hi i am developping an android application in which i need the user to choose a location by mouving a parker so i can get the informations i need exactly like this but in an android application. I ...
Aguayo asked 20/5, 2014 at 16:34

7

Solved

Google Map API V2 - How do I keep a marker in the center of the screen while user is scrolling the map ? My purpose is to let user choose a location. I use the following code to add a marker (it's...
Lineate asked 4/1, 2013 at 6:58

12

Solved

I loaded Google Maps API v3 and print Google Map in div. But when set width & height to 100% and auto I can't see the Map. Here is HTML code snippet. <!-- Maps Container --> <div id=...
Comstockery asked 18/4, 2012 at 12:49

4

I am using the new API(Google Map API V2) for my android application, i have done creating the map and adding markers to it, now my task is to manually create a circle around any of the marker and ...
Downhill asked 16/1, 2013 at 12:19

6

Solved

i have some problem, my app works fine, but when i load it in Play market, maps does not works correctly. I make next: Get SHA1 keytool -list -v -keystore C:\User\Name/.android/debug.keystore -al...
Sideling asked 24/9, 2013 at 13:0

© 2022 - 2024 — McMap. All rights reserved.