Questions tagged [itemizedoverlay]

204 questions
0
votes
2 answers

Remove itemizedOverlay during onLocationChanged

What I want to achieve is to have 2 kinds of markers displayed on a map. 1)Red markers that display events drawn from a database (done that - itemizedOverlay) 2)Orange marker which will dynamically display the user's location on the…
bubbly
  • 495
  • 1
  • 10
  • 22
0
votes
1 answer

ItemizedOverlays Android maps not working

I'm trying to add multiple markers on the mapview and i can't make it work, it doesn't seems to load even the mapview when i comment the method that calls LoadMarkers(). can you tell me what is wrong with my code please?? public class…
gustav12
  • 327
  • 3
  • 20
0
votes
1 answer

How do I decode a jpeg image encoded in Base64 in android and see it on an ImageView?

My server sends a encoded Base64 string to my android device. After that, I decode the Base64 string in this method to make a drawable of it. I can't see the image when I add it in an Itemizedoverlay. public Drawable seticon(String input){ …
user1334164
  • 1
  • 1
  • 1
-1
votes
3 answers

It is possible to start a Intent from ItemizedOverlay class? (mapview item)

I have a mapview, with itemizedoverlays, exactly like in the example of android developers guide: http://developer.android.com/resources/tutorials/views/hello-mapview.html on the itemizedoverlay, i have a personalized dialog, with a button. all fine…
NullPointerException
  • 36,107
  • 79
  • 222
  • 382
-1
votes
1 answer

Overlay Drop down issue

While clicking the dropdown in an overlay, it shows the list as expected and the main page gets hided. But when the user tries to scroll on the page, the dropdown content (list) start moving along the page scroll. We used Dojo 1.8 for our HTML…
SSP
  • 1
-1
votes
1 answer

make a phone call from a MapView

i'm trying to make a phone call when i click on alertDialog button,this alertdialog attached to a mapview at every geopoint. I think i'm doing something wrong here this is my logcat: 02-04 16:21:22.578: E/AndroidRuntime(432): FATAL EXCEPTION:…
ines
  • 3
  • 3
-1
votes
1 answer

NullPointerexception in itemizedOverlay

in android application I am using the Google API for maps. I got the following exception. I want to know what exactly this exception means ? 10-19 23:45:06.619: E/AndroidRuntime(837): FATAL EXCEPTION: main 10-19 23:45:06.619: E/AndroidRuntime(837):…
Adham
  • 63,550
  • 98
  • 229
  • 344
-1
votes
1 answer

progressDialog doesn't shows

i have a mapview that shows some pois with a ItemizedOverlay. When i tap on a POI, some work starts, and it takes some seconds. In the onTap method i call the handler to show the dialog, and to hide it. I debug the code and i check that the case…
Pableras84
  • 1,195
  • 5
  • 18
  • 30
-2
votes
1 answer

Android - displaying another activity when clicked on text displayed after on tap(index) method

I am new to android and I need a small help. I am developing an application much like google maps. I am able to create a map interface and display markers along with on tap(int index) method to show the text when clicked on the markers. Now I need…
1 2 3
13
14