Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-amap3d
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-amap3d
Commits
e150ea10
Commit
e150ea10
authored
Aug 29, 2017
by
Qiu Xiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整命名
parent
f3129740
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
controls.js
example/src/examples/controls.js
+1
-1
events.js
example/src/examples/events.js
+1
-1
gestures.js
example/src/examples/gestures.js
+1
-1
indoor.js
example/src/examples/indoor.js
+1
-1
map-types.js
example/src/examples/map-types.js
+1
-1
No files found.
example/src/examples/controls.js
View file @
e150ea10
...
@@ -3,7 +3,7 @@ import {StyleSheet, Switch, Text, View} from 'react-native'
...
@@ -3,7 +3,7 @@ import {StyleSheet, Switch, Text, View} from 'react-native'
import
MapView
from
'react-native-amap3d'
import
MapView
from
'react-native-amap3d'
import
styles
from
'../styles'
import
styles
from
'../styles'
export
default
class
Controls
extends
Component
{
export
default
class
Controls
Example
extends
Component
{
static
navigationOptions
=
{
static
navigationOptions
=
{
title
:
'地图控件'
,
title
:
'地图控件'
,
}
}
...
...
example/src/examples/events.js
View file @
e150ea10
...
@@ -7,7 +7,7 @@ import {
...
@@ -7,7 +7,7 @@ import {
}
from
'react-native'
}
from
'react-native'
import
MapView
from
'react-native-amap3d'
import
MapView
from
'react-native-amap3d'
export
default
class
Events
extends
Component
{
export
default
class
Events
Example
extends
Component
{
static
navigationOptions
=
{
static
navigationOptions
=
{
title
:
'地图事件'
,
title
:
'地图事件'
,
}
}
...
...
example/src/examples/gestures.js
View file @
e150ea10
...
@@ -3,7 +3,7 @@ import {StyleSheet, View, Text, Switch} from 'react-native'
...
@@ -3,7 +3,7 @@ import {StyleSheet, View, Text, Switch} from 'react-native'
import
MapView
from
'react-native-amap3d'
import
MapView
from
'react-native-amap3d'
import
styles
from
'../styles'
import
styles
from
'../styles'
export
default
class
Gestures
extends
Component
{
export
default
class
Gestures
Example
extends
Component
{
static
navigationOptions
=
{
static
navigationOptions
=
{
title
:
'手势交互'
,
title
:
'手势交互'
,
}
}
...
...
example/src/examples/indoor.js
View file @
e150ea10
...
@@ -2,7 +2,7 @@ import React, {Component} from 'react'
...
@@ -2,7 +2,7 @@ import React, {Component} from 'react'
import
{
StyleSheet
}
from
'react-native'
import
{
StyleSheet
}
from
'react-native'
import
MapView
from
'react-native-amap3d'
import
MapView
from
'react-native-amap3d'
export
default
class
Indoor
extends
Component
{
export
default
class
Indoor
Example
extends
Component
{
static
navigationOptions
=
{
static
navigationOptions
=
{
title
:
'室内地图'
,
title
:
'室内地图'
,
}
}
...
...
example/src/examples/map-types.js
View file @
e150ea10
...
@@ -2,7 +2,7 @@ import React, {Component} from 'react'
...
@@ -2,7 +2,7 @@ import React, {Component} from 'react'
import
{
StyleSheet
,
Picker
}
from
'react-native'
import
{
StyleSheet
,
Picker
}
from
'react-native'
import
MapView
from
'react-native-amap3d'
import
MapView
from
'react-native-amap3d'
export
default
class
MapTypes
extends
Component
{
export
default
class
MapTypes
Example
extends
Component
{
static
navigationOptions
=
({
navigation
})
=>
{
static
navigationOptions
=
({
navigation
})
=>
{
const
{
state
,
setParams
}
=
navigation
const
{
state
,
setParams
}
=
navigation
state
.
params
=
state
.
params
||
{
mapType
:
'standard'
}
state
.
params
=
state
.
params
||
{
mapType
:
'standard'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment