From aa3304a509301ac77428851cd41edd967f1b732b Mon Sep 17 00:00:00 2001 From: bsudekum Date: Mon, 18 Apr 2016 16:23:35 -0700 Subject: [PATCH] no png in name --- android/API.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/android/API.md b/android/API.md index 9a68547..3189774 100644 --- a/android/API.md +++ b/android/API.md @@ -69,7 +69,7 @@ You can change the `styleURL` to any valid GL stylesheet, here are a few: "strokeWidth": "optional number. Only used for type=poyline. Controls line width", "id": "optional string, unique identifier.", "annotationImage": { - "url": "Optional. Either remote image or specify via 'image!yourImage.png'", + "url": "Optional. Either remote image or specify via 'image!yourImage'", "height": "required if url specified", "width": "required if url specified" }, @@ -77,8 +77,6 @@ You can change the `styleURL` to any valid GL stylesheet, here are a few: ``` _*[Valid colors can be seen here](http://developer.android.com/reference/android/graphics/Color.html#parseColor%28java.lang.String%29)_ -**For adding local images via `image!yourImage.png` see [adding static resources to your app using Images.xcassets docs](https://facebook.github.io/react-native/docs/image.html#adding-static-resources-to-your-app-using-images-xcassets)**. - #### Example ```json annotations: [{