Skip to content

Commit

Permalink
Merge branch 'master' into MOD-2418_Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjsamir authored Sep 4, 2020
2 parents 7c28832 + b1e3c53 commit 3dcbbc1
Show file tree
Hide file tree
Showing 14 changed files with 518 additions and 266 deletions.
3 changes: 0 additions & 3 deletions apidoc/Annotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ description: |
On Android, you must add the click event listener to the map view; the annotation
itself does not generate these events.
extends: Titanium.Proxy
since: { android: "3.0.2", iphone: "3.2.0", ipad: "3.2.0" }
platforms: [android, iphone, ipad]

properties:

- name: canShowCallout
summary: Defines whether the annotation view is able to display extra information in a callout bubble.
description: |
Expand Down
3 changes: 0 additions & 3 deletions apidoc/Camera.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ description: |
If `altitude`, `eyeCoordinate`, and `centerCoordinate` are passed in on creation, a camera will be
returned using the specified viewing angle information.
extends: Titanium.Proxy
since: "3.2.0"
platforms: [iphone, ipad]

properties:

- name: altitude
summary: The altitude above the ground, measured in meters.
type: Number
Expand Down
3 changes: 0 additions & 3 deletions apidoc/Circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ description: |
[map view](Modules.Map.View). A circle must have a `center` property and a `radius` set to appear on a map.
Use the <Modules.Map.createCircle> method to create a circle.
extends: Titanium.Proxy
since: { android: "4.1.0", iphone: "4.1.0", ipad: "4.1.0" }
platforms: [android, iphone, ipad]

properties:

- name: center
summary: An object with longitude and latitude values. Can also be an array with longitude (index 0), latitude (index 1) touples.
availability: creation
Expand Down
5 changes: 0 additions & 5 deletions apidoc/ImageOverlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ description: |
set to appear on a map.
Use the <Modules.Map.createImageOverlay> method to create an image overlay.
extends: Titanium.Proxy
since: { iphone: "7.2.0", ipad: "7.2.0", android: "7.4.0" }
platforms: [iphone, ipad, android]

properties:

- name: boundsCoordinate
summary: An object representing diagonal coordinates (`topLeft` and `bottomRight`) on the map.
availability: creation
Expand All @@ -29,7 +26,6 @@ properties:
name: MapPointType
summary: An object representing a point on the map.
properties:

- name: longitude
summary: Longitude value of the map point, in decimal degrees.
type: Number
Expand All @@ -42,7 +38,6 @@ properties:
name: MapBoundsCoordinateType
summary: An object representing the bound coordinates on the map.
properties:

- name: topLeft
summary: An object with longitude and latitude values.
type: MapPointType
Expand Down
Loading

0 comments on commit 3dcbbc1

Please sign in to comment.