@situm/react-native
Preparing search index...
Position
Interface Position
interface
Position
{
buildingIdentifier
?:
string
;
cartesianCoordinate
:
{
x
:
number
;
y
:
number
}
;
coordinate
:
{
latitude
:
number
;
longitude
:
number
}
;
floorIdentifier
?:
string
;
isIndoor
?:
boolean
;
isOutdoor
?:
boolean
;
}
Index
Properties
building
Identifier?
cartesian
Coordinate
coordinate
floor
Identifier?
is
Indoor?
is
Outdoor?
Properties
Optional
building
Identifier
buildingIdentifier
?:
string
cartesian
Coordinate
cartesianCoordinate
:
{
x
:
number
;
y
:
number
}
coordinate
coordinate
:
{
latitude
:
number
;
longitude
:
number
}
Optional
floor
Identifier
floorIdentifier
?:
string
Optional
is
Indoor
isIndoor
?:
boolean
Optional
is
Outdoor
isOutdoor
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
building
Identifier
cartesian
Coordinate
coordinate
floor
Identifier
is
Indoor
is
Outdoor
@situm/react-native
Loading...