opt
This commit is contained in:
@@ -533,8 +533,13 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
|
||||
if ( TextUtils.equals( mLastAnchorColor, anchorColor ) ) {
|
||||
return;
|
||||
}
|
||||
mMogoMarkerOptions.anchorColor( anchorColor );
|
||||
mMarker.setAnchorColor( anchorColor );
|
||||
if (mMogoMarkerOptions != null) {
|
||||
mMogoMarkerOptions.anchorColor( anchorColor );
|
||||
}
|
||||
|
||||
if (mMarker != null) {
|
||||
mMarker.setAnchorColor( anchorColor );
|
||||
}
|
||||
mLastAnchorColor = anchorColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user