React Native Naver Map
    Preparing search index...

    Type Alias MarkerImageProp

    MarkerImageProp:
        | ImageRequireSource
        | {
            assetName?: string;
            httpUri?: string;
            reuseIdentifier?: string;
            symbol?: MarkerSymbol;
        }

    마커의 이미지 Prop 타입입니다.