forked from googlemaps/google-maps-ios-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs for marker customization + upped version number (googlemaps#49)
- Loading branch information
1 parent
5960784
commit 205fecb
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Customize cluster and item markers | ||
================================== | ||
As of version 1.0.2 we have added new features for easy customization of | ||
markers. There is a new delegate [GMUClusterRendererDelegate] | ||
[gmuclusterrendererdelegate] on ```GMUDefaultClusterRenderer``` which allows | ||
developers to customize properties of a marker before and after it is added | ||
to the map. Using this new delegate you can achieve something cool like this: | ||
|
||
<p align="center"><img vspace="20" src="https://cloud.githubusercontent.com/assets/16808355/18979908/62b15fe2-8712-11e6-9931-cd66fae38cba.png"></p> | ||
|
||
|
||
See [CustomMarkerViewController][custommarkerviewcontroller] for the | ||
implementation. | ||
|
||
[custommarkerviewcontroller]: https://github.com/googlemaps/google-maps-ios-utils/blob/master/app/CustomMarkerViewController.m | ||
[gmuclusterrendererdelegate]: https://github.com/googlemaps/google-maps-ios-utils/blob/master/src/Clustering/View/GMUDefaultClusterRenderer.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters