react-native-naver-map icon indicating copy to clipboard operation
react-native-naver-map copied to clipboard

add android Marker properties

Open goheroes opened this issue 2 years ago • 0 comments

Marker(Android)에 subCaption, isHideCollidedCaptions props를 추가했습니다.

subCaption?: {
text?: string;
textSize?: number;
color?: number;
haloColor?: number;
};
isHideCollidedCaptions?: boolean;

goheroes avatar Oct 09 '22 16:10 goheroes