Top "Itemizedoverlay" questions

OSMdroid add custom icons to ItemizedOverlay

I am using ItemizedIconOverlay class and I'm currently displaying events on the map along with the user's position with the …

android itemizedoverlay osmdroid
Redraw/refresh Itemizedoverlay? (android/google maps api)

I am making a GPS tracker using google maps API and displaying the users current position on a map using …

android google-maps itemizedoverlay
How to clear / reset an ItemizedOverlay in Android?

I have a program that is creating an ItemizedOverlay and a map. Everything works fine upon startup. When you close …

android google-maps itemizedoverlay
android, google map errors: BaseTileRequest, Server returned: 3

I got some strange errors while develop some custom map overlays, anyone experience these? pls help, tks in advance. BaseTileRequest.…

android google-maps-api-3 itemizedoverlay
OverlayItem not updating on location change (OSM)

I am using OSMdroid. I have managed thanks to this post Adding Overlay to OSMDROID to creata overlay static item …

android android-maps itemizedoverlay openstreetmap osmdroid
Moving icons on a Android MapView

I'm working on an application that displays the location of moving items on a Google MapView. I need a way …

android google-maps android-mapview itemizedoverlay
Remove all Overlays

I have the following code to add an Overlay myMapView.getOverlays().add(sites); myMapView.invalidate(); I also have the following …

android overlay android-mapview itemizedoverlay
GoogleMaps: custom ItemizedOverlay and OverlayItem, the correct way to show different marker

I've been searching long for clear informations about the right way of extending ItemizedOverlay and OverlayItem, but the result I …

android google-maps itemizedoverlay overlayitem
Adding ItemizedOverlay to my mapview

i am develpoing a map application with osm. i want to create some marker on my mapview. im using the …

android itemizedoverlay osmdroid
Overlay only draws line between first 2 GPS points in Android

I am experiencing an unusual error using ItemizedOverlay in Android. I am creating a GPS tracking device that plots a …

java android sqlite overlay itemizedoverlay