android-maps-v2 Questions

5

Solved

Im creating an app where users need to walk to a point on a map. But they need to find a route to the point by them selves. Ive created a map with markers but by default if a user clicks on the mar...

2

Solved

From Android Studio, I created a Map Activity project; so, there's no custom code. The only custom changes made was copying the URL from the google_maps_api.xml _(https://console.developers.google...
Verile asked 29/1, 2018 at 6:53

3

Solved

I am using Google Maps V2 for Android together with maps utils extension library for marker clustering. Some parts of app does not need to get clustered markers. Is there any way to forbid cluster...
Astrology asked 3/12, 2014 at 14:11

2

What are "levels" in polyline encoding/decoding, and exactly how do they relate to map zoom levels in Google Maps API v3 or Android Maps API v2? The only description I can find is from the Interac...

3

Inflating my Mapview in xml like this <android.support.v4.widget.NestedScrollView android:id="@+id/sv_offers" android:layout_width="match_parent" android:layout_height="match_parent" androi...

5

Solved

I mean if i click marker OnMarkerClickListener is called, so the OnMapClickListener did not. Even if i set mMap.setOnMarkerClickListener(null); marker object still masks all click events for underl...
Neigh asked 26/7, 2013 at 14:44

9

I am trying to release my app, but having a problem with google maps. The app contains an activity (MapActivity) that displays a map. When running in debug mode, the map works fine. I signed my app...

3

Solved

I would like to use the new TileProvider functionality of the latest Android Maps API (v2) to overlay some custom tiles on the GoogleMap. However as my users will not have internet a lot of the tim...
Stramonium asked 9/2, 2013 at 4:6

1

Solved

I have a use-case in my android app that users of my application have to give API key so that they can use the map. but I see that I have to give the API key in the manifest file. which I can't edi...
Oren asked 31/12, 2021 at 9:13

5

I think I know the answer to this, but can we style a Google Map v2? By style, I mean like using the Google Maps API Styled Map Wizard (http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/w...
Newlywed asked 29/7, 2013 at 18:16

2

Solved

I am using the built in geofence APIs (play services) and have been having mixed results. It looks like after setting a geofence, the notifications for entering/exiting are very inconsistent even w...
Arawak asked 28/1, 2014 at 18:44

19

Solved

Map Activity doesn't showing map, it's appear as just white screen with zoom control buttons. Manifest File like this : <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="htt...
Clypeus asked 15/5, 2013 at 12:5

7

My application uses Google maps feature which needs Google Play services to be installed and enabled on the device.I wanted to test a case in which if Google play service has been disabled by user ...
Frijol asked 7/2, 2013 at 9:20

3

Solved

Problem: 1) Map getting animated to reach the required location(4th line in code) but it got zoomed to the default location(5th line in code) [leaving the map in the default location at the speci...
Bullwhip asked 28/5, 2013 at 16:5

16

Solved

I am using com.google.android.gms:play-services-maps:7.5.0 version of Google Maps services. When trying to call the below I get java.lang.NullPointerException: Attempt to invoke virtual method 'voi...
Lovejoy asked 22/6, 2015 at 22:45

4

Solved

As per my requirement, I am drawing polygons on google map shown in the image below.(using maps v2) Now I need to show an alert when user enters that particular polygons. How to identify if my ...
Bragdon asked 24/9, 2014 at 10:14

5

Solved

How can I change google map my location default button? I set my location enable and map draw standard image to find location, is it possible to change default image?

5

Solved

I am using this part of code to add a marker in a MapFragment in Google Map Version 2. MarkerOptions op = new MarkerOptions(); op.position(point) .title(Location_ArrayList.get(j).getCity_name()) ...
Zook asked 5/8, 2013 at 7:53

3

When I click a marker, appears a balloon. But there are too space between the marker and the balloon, so how I can reduce this distance?. It's like using the setBalloonBottomOffset method in the V1...
Titustityus asked 14/2, 2013 at 15:45

4

I want to change selected marker icon on Google Maps, so I have following code: googleMap.setOnMarkerClickListener(new GoogleMap.OnMarkerClickListener() { @Override public boolean onMarkerClick(...
Keeper asked 27/4, 2017 at 12:48

2

Solved

I'm trying to draw a tile overlay and a poly line to a google map. I would like the poly line to be rendered on top of the tile overlay so it can be seen. Currently it's drawn under the tile overla...
Nikolos asked 11/4, 2014 at 6:14

3

Android Google Map's setOnMyLocationChangeListener method is now deprecated. Does anyone know how to go around it? Thanks.
Pilau asked 6/4, 2016 at 7:18

9

I have used Google Maps SDK (v2) in my application and today suddenly it started crashing with below crash message: 2020-04-24 02:26:40.874 22678-22758/com.**.**E/AndroidRuntime: FATAL EXCEP...
Harmonica asked 23/4, 2020 at 21:9

3

Solved

I have covered multiple locations in Google map using LatLng.Builder and it's working. Is there any way I could cover the whole path between two location in Google map? My Curent Code to include m...
Atchley asked 26/8, 2014 at 6:43

2

Solved

Currently I was able to view all my markers in Google maps using Android Google maps API v2. Adding my marker in map: mapView.addMarker (new MarkerOptions() .position(aUsersLocation). icon(Bi...

© 2022 - 2024 — McMap. All rights reserved.