overlayitem
Android OverlayItem on View class
I am searching for a开发者_StackOverflow solution that will place an OverlayItem on a simple class extends View. All tutorials about OverlayItems are showing only how to set them up on MapView. I know[详细]
2023-04-08 14:38 分类:问答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 get does not satisfy me yet.[详细]
2023-03-09 17:36 分类:问答Android maps ItemizedOverlay<Item> Bound mismatch
I am trying to walk through official tutorial for android google maps: http://developer.android.com/guide/tutorials/views/hello-mapview.html[详细]
2023-02-24 21:14 分类:问答Controlling OverlayItem size
I\'m building a map with a few dozen OverlayItems in a single ItemizedOverlay.My map is made to be viewed very close up (about zoom level 18+), with the OverlayItems in very close proximity to one ano[详细]
2023-02-15 02:46 分类:问答Problem with drawing location using a custom Drawable in an Android OverlayItem
This code is using the Google APIs (level 8). When I update the OverlayItem to use a custom drawable the Canvas[详细]
2023-02-10 19:03 分类:问答Android: ItemizedOverlay onTouchEvent and onTap overlapping
I am trying to place a marker on a map overlay and then present a dialog when the user selects the drawable.The problem is the events seem to overlap.After I click the map and the marker is drawn, the[详细]
2023-02-10 12:39 分类:问答Increase Hit detection on ItemizedOverlay
I have an itemizedOverlay extende开发者_JS百科d and I want to increase the hit detection on the OverLayItem\'s if this is possible?This was sorted by detecting the hit on the view below it and creatin[详细]
2023-01-17 02:22 分类:问答Get current OverlayItem being drawn
I want to be able to get some reference to the curent object being drawn @Override public void draw(Canvas canvas, MapView mapView,boolean shadow) {[详细]
2023-01-05 22:33 分类:问答how to get the long & lat value of four corners in the mapview in android?
i working on map view. i want to put overlay itemon the map view.that overlay items are all depends on currently showing map view and zoom level. how to get current map view\'s longitude and latitude[详细]
2022-12-24 00:26 分类:问答