@@ -35,8 +35,8 @@ pod 'RNImageMarker', :path => '../node_modules/react-native-image-marker'
3535| ` src ` | image url ** (Android only support local image)** |
3636| ` text ` | the text you want to mark with|
3737| ` position ` | text position(` topLeft ` ,` topRight ` ,` topCenter ` , ` center ` , ` bottomLeft ` , ` bottomCenter ` , ` bottomRight ` )|
38- | ` X ` | distance to the left, ** if you set ` position ` you don't need to set this property** |
39- | ` Y ` | distance to the top,** if you set ` position ` you don't need to set this property** |
38+ | ` X ` | distance from the left, ** if you have set ` position ` yet you don't need to set this property again ** |
39+ | ` Y ` | distance from the top, ** if you have set ` position ` you don't need to set this property again ** |
4040| ` color ` | text color |
4141| ` fontName ` | fontName |
4242| ` fontSize ` | fontSize |
@@ -51,8 +51,8 @@ pod 'RNImageMarker', :path => '../node_modules/react-native-image-marker'
5151| ` src ` | image url ** (Android only support local image)** |
5252| ` markerSrc ` | the icon you want to mark with ** (Android only support local image)** |
5353| ` position ` | text position(` topLeft ` ,` topRight ` ,` topCenter ` , ` center ` , ` bottomLeft ` , ` bottomCenter ` , ` bottomRight ` )|
54- | ` X ` | distance to the left, ** if you set ` position ` you don't need to set this property** |
55- | ` Y ` | distance to the top, ** if you set ` position ` you don't need to set this property** |
54+ | ` X ` | distance from the left, ** if you have set ` position ` yet you don't need to set this property again ** |
55+ | ` Y ` | distance from the top, ** if you have set ` position ` you don't need to set this property again ** |
5656| ` markerScale ` | scale icon |
5757| ` scale ` | scale image |
5858| ` quality ` | image qulaity |
0 commit comments