Open Pioneer Trails Packages
Preparing search index...
@open-pioneer/map
CoordinateConfig
Interface CoordinateConfig
Configures a coordinate.
Coordinates must be valid for the map's configured projection.
interface
CoordinateConfig
{
x
:
number
;
y
:
number
;
z
?:
number
;
}
Index
Properties
x
y
z?
Properties
x
x
:
number
y
y
:
number
Optional
z
z
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
Open Pioneer Trails Packages
Loading...
Configures a coordinate.
Coordinates must be valid for the map's configured projection.