@magiclane/maps-sdk
Preparing search index...
AbstractGeometryItem
Class AbstractGeometryItem
Index
Constructors
constructor
Properties
arrow
Type
begin
Arrow
Direction
begin
Slot
end
Arrow
Direction
end
Slot
restriction
Type
shape
Form
shape
Type
slot
Allocation
Methods
equals
hash
Code
to
Json
from
Json
Constructors
constructor
new
AbstractGeometryItem
(
arrowType
?:
ArrowType
,
beginArrowDirection
?:
ArrowDirection
,
beginSlot
?:
number
,
endArrowDirection
?:
ArrowDirection
,
endSlot
?:
number
,
restrictionType
?:
RestrictionType
,
shapeForm
?:
ShapeForm
,
shapeType
?:
ShapeType
,
slotAllocation
?:
number
,
)
:
AbstractGeometryItem
Parameters
arrowType
:
ArrowType
= ArrowType.None
beginArrowDirection
:
ArrowDirection
= ArrowDirection.None
beginSlot
:
number
= -1
endArrowDirection
:
ArrowDirection
= ArrowDirection.None
endSlot
:
number
= -1
restrictionType
:
RestrictionType
= RestrictionType.None
shapeForm
:
ShapeForm
= ShapeForm.Line
shapeType
:
ShapeType
= ShapeType.Street
slotAllocation
:
number
= 0
Returns
AbstractGeometryItem
Properties
arrow
Type
arrowType
:
ArrowType
= ArrowType.None
begin
Arrow
Direction
beginArrowDirection
:
ArrowDirection
= ArrowDirection.None
begin
Slot
beginSlot
:
number
= -1
end
Arrow
Direction
endArrowDirection
:
ArrowDirection
= ArrowDirection.None
end
Slot
endSlot
:
number
= -1
restriction
Type
restrictionType
:
RestrictionType
= RestrictionType.None
shape
Form
shapeForm
:
ShapeForm
= ShapeForm.Line
shape
Type
shapeType
:
ShapeType
= ShapeType.Street
slot
Allocation
slotAllocation
:
number
= 0
Methods
equals
equals
(
other
:
AbstractGeometryItem
)
:
boolean
Parameters
other
:
AbstractGeometryItem
Returns
boolean
hash
Code
hashCode
()
:
number
Returns
number
to
Json
toJson
()
:
any
Returns
any
Static
from
Json
fromJson
(
json
:
any
)
:
AbstractGeometryItem
Parameters
json
:
any
Returns
AbstractGeometryItem
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
arrow
Type
begin
Arrow
Direction
begin
Slot
end
Arrow
Direction
end
Slot
restriction
Type
shape
Form
shape
Type
slot
Allocation
Methods
equals
hash
Code
to
Json
from
Json
@magiclane/maps-sdk
Loading...