Months in Minutes

What I had not known in OpenStreetMap, I’ve done with Google Maps, in five lines.

branches = server.getBranches();
for(int i = 0; i < branches.size(); i++) {
OverlayItem item = new OverlayItem(new GeoPoint(branches.get(i).getLatitudeE6(), branches.get(i).getLongitudeE6()), branches.get(i).getStoreName() + " " + branches.get(i).getBranchName(), "");
poundsOverlay.addOverlay(item);
}

Advertisement
Both comments and trackbacks are currently closed.
Follow

Get every new post delivered to your Inbox.