Considering...
- Activities that extend from MapActivity
- Uses ItemizedOverlay to show multiple balls on a map.
- ZoomControls enabled
ItemizeOverlay implements onTap(...), which works great when you click one of the overlay items.
The question arises: how to identify the crane on another part of the map (in order to obtain the location and center at this point).
source
share