Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.

Commit fdbdec7

Browse files
update readme
1 parent 4e516e9 commit fdbdec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ You must initialize `CMaker` class that is implemented by `ClusterItem` and pass
4040

4141
```java
4242

43-
CMarker marker = new CMarker(new LatLng(52.22222, 36.25622), "Ford", 12355468); //(Location of marker, specifed name, the drawable marker ID)
43+
CMarker marker = new CMarker(new LatLng(52.22222, 36.25622), "Ford", R.drawable.marker_red); //(Location of marker, specifed name, the drawable marker ID)
4444
marker.setTitle("somthing you want to display when you tap on marker");
4545

4646

47-
CMarker marker2 = new CMarker(new LatLng(52.25552, 36.25624), "Toyota", 12355469); //(Location of marker, specifed name, the drawable marker ID)
47+
CMarker marker2 = new CMarker(new LatLng(52.25552, 36.25624), "Toyota", R.drawable.marker_green); //(Location of marker, specifed name, the drawable marker ID)
4848
marker.setTitle("somthing you want to display when you tap on marker");
4949

5050
//...

0 commit comments

Comments
 (0)