android-maps-v2 Questions

1

I am getting an error with not a concrete class when I add the Activity in the AndroidManifest. Please help me figure out the problem by removing abstract class for the activity but it doesn't reso...
Outclass asked 13/4, 2016 at 11:42

2

I'm creating a layout which contains a maps (com.google.android.gms.maps.SupportMapFragment) & a mini layout to enter origin & destination(pickup_dropoff_LL LinearLayout). XML <Relativ...
Gurolinick asked 25/11, 2015 at 16:5

4

Solved

I am displaying google map api v2 in my app. I have set some markers in the map. I have also set title and snippet on the markers which are shown when you click the marker. Now I want to call a ne...
Chacma asked 9/7, 2013 at 13:24

2

I am trying to generate random points on the map near a given location. I have a circle shape which surrounds the user location with a radius of 100, and I would like to generate random LatLng coor...
Lanny asked 28/11, 2015 at 21:38

1

Solved

I wanted to show map inside a circle view where circle's outside area filled with a color. I referred a post Draw transparent circle filled outside. But now the problem is touch events. Map can be ...

2

Solved

I am adding a custom marker to the android map view. here is the image I am using for it.It looks like as more markers are placed say about 100 the entire app is getting slow. Here is the image I a...
Innocuous asked 20/1, 2016 at 21:56

3

Solved

Background I have a larger application in which I had/have several problems with new Google Maps API. I tried to describe it in a different question but since it seems too complex I decided to sta...

1

Solved

How to find the markers and markers positions (Lat,Lan) on Google map while moving the camera position.?
Ailina asked 14/12, 2015 at 4:35

4

I'm using MapView v2 in my application (not MapFragment) and it's causing a memory leak. The leak occurs when I pass the Activity context to the MapView constructor. If I pass the Application Conte...
Sapanwood asked 27/9, 2013 at 23:16

1

Solved

I am trying to display a TextView at the top left corner of Google Maps that inform users if they are x distances from particular marker point locations, i.e. "You are close to location A", but onl...

2

Solved

According to the API documentation, only Circular shape Geofences allowed: https://developers.google.com/android/reference/com/google/android/gms/location/Geofence.Builder And it's looks for exam...

3

I'm using the new Android maps V2 with this layout: <fragment xmlns:android="http://schemas.android.com/apk/res/android" xmlns:map="http://schemas.android.com/apk/res-auto" android:id="@+id/m...
Coco asked 31/1, 2013 at 17:10

2

I want to draw polyline in android maps api version 2. I want it to have many colors, preferably with gradients. It seems to me though, that polylines are allowed to have only single color. How ca...
Roentgenology asked 10/1, 2013 at 13:17

5

Solved

I want to load the google map API on my android. I try everything I search but it still crash. this is my MainActivity.java package com.example.androidmapsv2; import android.os.Bundle; import and...
Bathypelagic asked 9/1, 2013 at 8:12

1

Solved

I'm trying to replace the blue dot on the map of my app. My intention is that instead of the usual blue dot, show an icon shaped plane. I achieve this and it works perfectly as follows: //... Goog...
Baize asked 23/2, 2015 at 17:35

1

One of my activities switches the fragments that contains google map. At first I tried to use fragment's child fragment mananger (ChildFragmentManager) to add SupportMapFragment. It works ok, but ...
Abulia asked 17/1, 2013 at 5:18

0

I'm trying to display the toolbar on Google Maps v2 but it's only work when I touch on Marker. I'm already implemented Litle mode and worked, but I also need user interaction (drag). What I've tr...
Mountbatten asked 6/2, 2015 at 13:33

1

Solved

I want map camera to move to my LatLngBounds. So I add map fragment to layout in BaseExpandableListAdapter's getChildView and onMapReady I'll moveCamera to LatLngBounds @Override public View getCh...
Chaddy asked 23/1, 2015 at 9:43

2

Currently Android Map v2 snaps to marker location after click. I want to disable this behavior but see no options to do it. Does anybody know how to fix that?
Laveta asked 24/1, 2013 at 9:19

2

Solved

I am working on an app that shows a google map (api v2) as a fragment. When the app loads it shows a blank white screen for a couple of seconds before showing the map. I have used log statements se...
Rebbecarebbecca asked 19/1, 2013 at 21:13

3

Solved

I'm trying to create a SupportMapFragment dynamically and to put it in a FrameLayout container. My issue is that mMapFragment.getMap() returns null... Anybody can help? CenterMapFragment.java p...
Pren asked 1/5, 2013 at 16:17

9

I've got a UI that has a MapFragment with a transparent View overlaid on top of it. The map takes up the entire screen, whereas the View is just the left third of the screen. As a result, the defau...
Donahoe asked 25/3, 2013 at 22:23

0

I'm developing android app and I'm tracking user movement. I want to animate the camera when user moves (on every onLocationChange call). Firstly I was doing it like that and it was working fine: ...
Protonema asked 24/11, 2014 at 10:47

5

Solved

I am trying to use GoogleMap V2 .But i am getting error on import these : import android.support.v7.app.MediaRouteActionProvider; import android.support.v7.media.MediaRouteSelector; import android...
Chapnick asked 19/2, 2014 at 9:39

2

Solved

What I have: native android app that use Android Maps API v2 (native library) Everything works good in Hong Kong and Ukraine. The problems came as soon as we step in China border. We have next pro...

© 2022 - 2024 — McMap. All rights reserved.