QuadFlask / react-native-naver-map

🗺️naver map for react-native
MIT License
160 stars 146 forks source link

add android Marker properties #155

Open goheroes opened 1 year ago

goheroes commented 1 year ago

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

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