A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/googlemaps/google-maps-ios-utils/commit/125dfe516b0ad4497889da1ec3b6e02a38174ae9 below:

allow custom iconView on GMSMarker subclasses (#506) · googlemaps/google-maps-ios-utils@125dfe5 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -284,7 +284,7 @@ - (void)renderCluster:(id<GMUCluster>)cluster animated:(BOOL)animated {

284 284

} else {

285 285

for (id<GMUClusterItem> item in cluster.items) {

286 286

GMSMarker *marker;

287 -

if ([item class] == [GMSMarker class]) {

287 +

if ([item isKindOfClass:[GMSMarker class]]) {

288 288

marker = (GMSMarker<GMUClusterItem> *)item;

289 289

marker.map = _mapView;

290 290

} else {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4