BitmapDescriptor bitmapDescriptor
= BitmapDescriptorFactory.fromResource(R.drawable.ic_launcher);
myMap.addMarker(new MarkerOptions()
.position(point)
.icon(bitmapDescriptor)
.title(point.toString()));
The series:
A simple example using Google Maps Android API v2, step by step.
![Load custom marker on GoogleMap V2 thumbnail](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtTECazSef_GVGu0i92CKUYmyfYHFoOw_Wg3dlkHxvUMZP3XyysfmS59PZDgHACCrieS-X0opPNLmDLus_OMy51J90lsgIeAOa1KYIcO_aByHzQu3f2OgdP6ylv1PKP_TzBcpJqLgIyew/s72-c/AndroidMapV2_custom_marker.png)
Title: Load custom marker on GoogleMap V2
Rating: 100% based on 99998 ratings. 10 user reviews.
Post by 4:52 PM
Rating: 100% based on 99998 ratings. 10 user reviews.
Post by 4:52 PM
0 comments:
Post a Comment