android-maps-v2 Questions

2

Solved

In my app I have recently upgraded Google Maps from V1 to V2. Now, with an HTC One S (Android 4.1.1) when I switch on GPS and enter in the map activity, the app recognizes that GPS is on but its i...

2

Solved

I am working on new Google Map v2 API. I have used ImageLoader to display images dynamically on Marker. But the problem is when I have got onLoadingComplete() of Universal Image Loader, the Image...
Herman asked 22/4, 2013 at 10:2

1

Solved

I have geolocated events in my Map that I'm adding with Markers, and when I click on them, I just want them to change without being centered. Is there any way to override the markers being centere...

2

Solved

I want to make custom info window adapter in map v2 in android as like below. I have seen below link but doesn't get more. 1,2,3, below is my content layout file. <?xml version="1.0" encod...
Adviser asked 26/2, 2013 at 13:19

1

Solved

I know there have been a ton of posts on this topic, but I am puzzled. I have (2) different phones that I am testing my App on. The Google Map (Support Map Fragment) displays fine on each device, b...
Beverage asked 11/3, 2013 at 23:44

2

I want to add map inside fragment with custom layout. I can do it using ChildFragmentManager that will add SupportMapFragment. This approach im currently using. However it has disadvantage becaus...

2

Solved

I am adding a polyline option simply as in google developer's website. PolylineOptions rectOptions = new PolylineOptions() .add(new LatLng(37.35, -122.0)) .add(new LatLng(37.45, -122.0)) // Nor...
Fasces asked 1/3, 2013 at 10:44

1

Solved

I'm getting problems using MapFragment + ListFragment in an Activity, when I use show() and hide() method, everything works ok, but when I have my application in background and I return, I get the ...

4

Using 2 simple activities. First Activity which only holds a button to start the 2nd Activity which holds the map: Main Activity: public class MainActivity extends Activity { @Override protected...

1

Using Google Maps Android API v2, I am trying to set the bounds of the map using LatLngBounds.Builder() with points from a database. I think I am close, however the activity is crashing because I d...
Illuse asked 31/1, 2013 at 22:12

1

Solved

I have a fragmentActivity where I build a tabHost and in each tab there is a Fragment. Well, I haver four tabs 3 with info and 1 with a fragment where is included a google-map-v2 (is a fragmentMAp ...

1

I am using viewpager to swipe between 2 action bar tabs (used eclipse wizard for this kind of navigation). I am using android maps v2 api. I want to have mapview, button and textview inside one of...

1

Solved

I have successfully used RequestFactory for a very long time in my Android app, but now when trying to upgrade to maps v2, when I include <fragment xmlns:android="http://schemas.android.com/ap...
Unchain asked 25/1, 2013 at 13:15

2

Solved

I'm using the Google Maps for Android v2. I would like to display the current user location and zoom on it. Here is the code in the FragmentActivity: @Override protected void onCreate(Bundle saved...
Paulitapaulk asked 24/1, 2013 at 13:8

1

I am trying to create Facebook like slider from the following answer, where i want to change map width at a run time. I tried inside bindComponent method , but its not working for me.. map.xml &...
Smitherman asked 24/1, 2013 at 12:2

© 2022 - 2024 — McMap. All rights reserved.