Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 2 of 2
Search took 0.04 seconds.
Search: Posts Made By: bubbly
Forum: Java and JSP 05-18-2012, 09:00 AM
Replies: 4
Views: 1,480
Posted By bubbly
This is the code of the MapOverlay class...

This is the code of the MapOverlay
class MapOverlay extends Overlay
{
private GeoPoint pointToDraw;

public void setPointToDraw(GeoPoint point) {
pointToDraw = point;
}

...
Forum: Java and JSP 05-17-2012, 10:07 PM
Replies: 4
Views: 1,480
Posted By bubbly
Lightbulb Android: Remove specific point from ItemizedOverlay

So I built an app on Android which uses a map and ItemizedOverlay to display points/markers on it.

OverlayItem overlayItem = new OverlayItem(theGeoPoint, title, description);...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT +1. The time now is 12:27 PM.