react-native-naver-map
react-native-naver-map copied to clipboard
add android Marker properties
Marker(Android)에 subCaption, isHideCollidedCaptions props를 추가했습니다.
subCaption?: {
text?: string;
textSize?: number;
color?: number;
haloColor?: number;
};
isHideCollidedCaptions?: boolean;