diff --git a/apidoc/Annotation.yml b/apidoc/Annotation.yml index 8250f47c..3821ead4 100644 --- a/apidoc/Annotation.yml +++ b/apidoc/Annotation.yml @@ -325,3 +325,23 @@ properties: since: "6.2.0" type: Titanium.UI.iOS.PreviewContext osver: {ios: {min: "9.0"}} + +methods: + + - name: animate + summary: Animate annotation to new location. + parameters: + - name: newLocation + summary: latitude and longitude where annotation will animate. + type: Array + platforms: [iphone, ipad] + since: "9.2.0" + + - name: rotate + summary: Rotate annotation on its location. + parameters: + - name: angle + summary: angle on which annotation will rotate. + type: Number + platforms: [iphone, ipad] + since: "9.2.0" diff --git a/ios/manifest b/ios/manifest index 60fd80d6..334dbb0d 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 3.3.1 +version: 3.4.0 apiversion: 2 architectures: armv7 arm64 i386 x86_64 description: External version of Map module diff --git a/package.json b/package.json index 235278d5..a4f66f8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@titanium-sdk/ti.map", - "version": "5.0.2", + "version": "5.0.3", "description": "Provides Map UI elements for Titanium applications", "scripts": { "commit": "git-cz",