itemizedoverlay Questions

3

Solved

till now i was using drawable to populate marker on my map .Now i was wondering it would be cool if i could display custom imageview as a marker in map. till now i am doing it like itemized= new...

3

Solved

I'm trying to rotate an overlay drawable to represent an overlay item in Android. I use this: Bitmap bmpOriginal = BitmapFactory.decodeResource(this.getResources(), R.drawable.map_pin); Bitmap t...
Muns asked 24/10, 2012 at 12:11

2

Solved

Using the com.google.android.maps API, I've got a MapActivity which uses ItemizedOverlay to place several (up to about 1000) icons on a MapView. I want to refresh (or perhaps just add to the list o...
Young asked 24/11, 2011 at 10:5

3

I am developing an location based android app which deals with lot of overlay items. Background: There are quite a few entities that I want to display over a map. The co-ordinates of the entities...
Stanzel asked 18/7, 2012 at 11:19

2

Solved

I am making a GPS tracker using google maps API and displaying the users current position on a map using ItemizedOverylay. As the users position changes regularly, I've set up a CountDownTimer to d...
Favouritism asked 16/5, 2011 at 8:51

1

Solved

I am using ItemizedIconOverlay class and I'm currently displaying events on the map along with the user's position with the same default icon. How do I change the icon set for each overlay? Is th...
Rikki asked 10/5, 2012 at 11:30

2

Solved

I have been able to use "MapActivity" and "ItemizedOverlay" to draw overlays on google maps on android with Eclipse. But when the map is zooming in and out, the overlay does not change size. I wa...
Shrive asked 6/7, 2011 at 15:48

2

Is there a way of disabling panning/zooming and keeping map overlays clickable? I am specifically thinking about an ItemizedOverlay that I want to be tappable while denying users from moving aroun...
Downdraft asked 22/6, 2011 at 12:27

4

Solved

I'm working on an application that displays the location of moving items on a Google MapView. I need a way to update the position of the icons that represent the items (as well as change the facing...
Solita asked 25/9, 2010 at 22:32

1

Solved

I've been searching long for clear informations about the right way of extending ItemizedOverlay and OverlayItem, but the result I get does not satisfy me yet. In a few words, I need to show on a m...
Thaxter asked 30/5, 2011 at 7:25
1

© 2022 - 2024 — McMap. All rights reserved.