Skip to content

Commit

Permalink
[MOD-2152] Add flyover constants
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Oct 28, 2015
1 parent b079091 commit 46aa6c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apidoc/Map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ properties:
type: Number
permission: read-only

- name: SATELLITE_FLYOVER_TYPE
summary: Used with [mapType](Modules.Map.View.mapType) to display satellite flyover imagery of the area. Available in iOS 9.0 and later.
type: Number
permission: read-only
platforms: [iphone, ipad]

- name: NORMAL_TYPE
summary: Used with [mapType](Modules.Map.View.mapType) to display a street map that shows the position of all roads and some road names.
type: Number
Expand All @@ -241,6 +247,12 @@ properties:
type: Number
permission: read-only

- name: HYBRID_FLYOVER_TYPE
summary: Used with [mapType](Modules.Map.View.mapType) to display a satellite flyover image of the area with road and road name information layered on top. Available in iOS 9.0 and later.
type: Number
permission: read-only
platforms: [iphone, ipad]

- name: SUCCESS
summary: Code returned from <Modules.Map.isGooglePlayServicesAvailable>. Google Play services is available, and the connection is successful.
type: Number
Expand Down

0 comments on commit 46aa6c0

Please sign in to comment.