Skip to content

Commit

Permalink
docUpdate(iOS): Updated APIDOC with animate and rotate methods, Also …
Browse files Browse the repository at this point in the history
…bumped version number.
  • Loading branch information
anil-shukla-axway committed Sep 4, 2020
1 parent 1dd8d9f commit 7c28832
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions apidoc/Annotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<Number>
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"
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7c28832

Please sign in to comment.