BitmapDescriptor bitmapDescriptor
= BitmapDescriptorFactory.defaultMarker(
BitmapDescriptorFactory.HUE_AZURE);
myMap.addMarker(new MarkerOptions()
.position(point)
.icon(bitmapDescriptor)
.title(point.toString()));
Download the files.
The series:
A simple example using Google Maps Android API v2, step by step.
1 comment:
thanks!
Post a Comment