Merge pull request #34487 from breeze9527/master

[amap-js-api] fix typo
This commit is contained in:
Daniel Rosenwasser
2019-04-07 18:04:55 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1968,7 +1968,7 @@ const testCircle = new AMap.Circle<CircleExtraData>({
cursor: 'pointer',
radius: 1000,
strokeColor: '#FF0000',
strokeOpcity: 0.8,
strokeOpacity: 0.8,
strokeWeight: 3,
fillColor: '#00FF00',
fillOpacity: 0.5,
@@ -2004,7 +2004,7 @@ testCircle.setOptions({
cursor: 'pointer',
radius: 1000,
strokeColor: '#FF0000',
strokeOpcity: 0.8,
strokeOpacity: 0.8,
strokeWeight: 3,
fillColor: '#00FF00',
fillOpacity: 0.5,

View File

@@ -13,7 +13,7 @@ declare namespace AMap {
cursor?: string;
radius?: number;
strokeColor?: string;
strokeOpcity?: number;
strokeOpacity?: number;
strokeWeight?: number;
fillColor?: string;
fillOpacity?: number;