diff --git a/Classes/TiGooglemapsAnnotationProxy.m b/Classes/TiGooglemapsAnnotationProxy.m index 068c640..8889712 100644 --- a/Classes/TiGooglemapsAnnotationProxy.m +++ b/Classes/TiGooglemapsAnnotationProxy.m @@ -153,6 +153,8 @@ - (void)setCustomIcon:(id)value [container addSubview:titleLabel]; [[self marker] setIconView:container]; + [[self marker] setTracksViewChanges:NO]; + [self replaceValue:value forKey:@"customIcon" notification:NO]; }