android-maps-v2 Questions

7

Solved

I want to give the map a nice looking rounded corners as the two boxes below it have. I can't do it with the map fragment it self because there is not a background property to a fragment. setting t...
Bresee asked 22/1, 2013 at 22:26

3

Solved

I am a newbie to Open Street Map. I made some research and found that we can download and store the map into a folder. But i didn't find any tutorial or sample that provides offline Open Street Map...
Counterweight asked 10/2, 2013 at 4:26

5

Solved

I'm trying to show a MapFragment of the Android Maps v2 API in an Activity with the @android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar theme. This works fine. However, the map gets a dark ...
Calcareous asked 29/1, 2013 at 17:50

4

Solved

How would one fade in and out a GoogleMap marker? This is how I add a marker to the Map: marker = map.addMarker(new MarkerOptions() .position(point) .title(title) .snippet(text) .icon(Bitmap...

5

In my "native" Android app I'm trying to calculate the distance in feet and/or meters (as the crow flies) between two locations on a map. Ideally there would be a method that would take two LatLng ...
Waltman asked 5/4, 2013 at 7:35

2

Solved

I am going to share a solution of moving a marker along the path if you have List.The Bitmap will move along the path from using LatLng list.
Theurich asked 24/11, 2015 at 4:17

5

Solved

I have an ArrayList of a custom class. There are about 10 objects in the list, each with details like Title, Snippet, LatLng. I have successfully added all 10 to a Map by using my custom class func...
Kittie asked 23/5, 2013 at 12:46

6

Solved

I would like to replace the default icon that Android Maps V2 uses for 'My Location' with my own image. I've created my own tile provider that brings in a few maps which are predominantly blue and ...
Rinee asked 12/2, 2013 at 5:56

4

Solved

How do you programatically change the width and height of a com.google.android.gms.maps.SupportMapFragment? I'd imagine you might be able to wrap it in a viewgroup with match_parent, but I'm hoping...
Mattern asked 30/1, 2014 at 23:6

0

I am using google maps utility library demo code, and change to use Picasso for image load. My question is as follow capture. Picasso can't load the image and use the placeholder image After z...

2

Solved

Google Navigation shows the traffic layer only for a given route. With GoogleMap.setTrafficEnabled(true) I'll get the traffic information for the whole map. I know how to draw polylines for a rou...
Joyejoyful asked 30/5, 2013 at 18:19

10

Solved

I tried to make a sample project using Google Map, but I couldn't. Help me please! Test Device : Android 4.0.4 Error Message : 12-29 23:45:32.605: E/AndroidRuntime(9437): FATAL EXCEPTION: mai...
Coucher asked 29/12, 2012 at 14:58

1

Solved

I have a situation like the following: If car is stationary(not moving) than i want to call location update api after every 5min. If car is moving than i want to call location update api after eve...

2

I am simulating a car moving on a pre-recorded path on Android maps v2. When I zoom on the path by hand, it works great, but when I move the camera over the path with mMap.animateCamera(), it doesn...
Proper asked 16/5, 2014 at 13:51

2

Solved

I'm trying to get my map view to return to the normal style when I flick the switch within my fragment to the the OFF position but it's not working. The following is what occurs during the process ...

4

Solved

In my application I am displaying places using markers on google maps. But I am marking all the available places at once which I don't want to do. I wanted to display the places which only fits int...
Seriate asked 4/2, 2013 at 9:38

2

Solved

I created a class that select latitudes and longitude from sqlite then mark on map then draw polyLine. Problem : Every time I select my records 100 to 100, when I saw first 100 then I clear map t...
Gregggreggory asked 25/8, 2016 at 12:21

5

Solved

Performance Enhancement: Previously I saved ALL images in drawable folder, this might be the reason why the map first loads slow, when draw the markers on screen, the image may not fit the screen s...
Khadijahkhai asked 8/10, 2014 at 20:9

11

Solved

When opening my SupportMapFragment (Android maps v2) for a second time (calling setContentView) I get the following error: 01-28 16:27:21.374: E/AndroidRuntime(32743): FATAL EXCEPTION: main 01-28 ...
Baliol asked 28/1, 2013 at 15:34

5

I'm trying to port my app to the brand new Google Maps API v2, but can't find how to change the size of the marker (some of my markers are smaller than default). In v1, I used a Drawable which I ...
Comparator asked 13/2, 2013 at 10:41

2

Solved

I'm developing an app which needs to rotate the mapView with a compass. I know how to rotate the camera but I need to rotate the mapView with the compass. the center point should be the current loc...

4

Solved

I am using android maps v2works fine I can add and remove markers onLong Touch on locations. Problem: I would like to drop the marker slowly into the touched location i.e. I want the user to see t...
Inflammable asked 17/5, 2013 at 7:59

2

Solved

I want to disable 3d view. I can't find anything but only disable building. This is what i don't want. And this is what i want. Is this even possible?
Amiamiable asked 2/12, 2014 at 13:32

11

Solved

I've tried to implement Google Maps v2 in my Android application, but unfortunately instead of maps I get this message: Is it possible to run these maps on the Android emulator (Platform 4.2)? ...

4

In my Android application I need to place marker at exact position on map. I pin a marker on map with 51.507351, -0.127758 (London) location. I used the following code to do the work. googleMap.ad...
Conjunctiva asked 7/9, 2015 at 11:43

© 2022 - 2024 — McMap. All rights reserved.