toggle menu
woosmap-sdk
1.1.3
androidJvm
switch theme
search in API
woosmap-sdk
/
com.woosmap.sdk.api.stores
/
GeoJsonPoint
Geo
Json
Point
data
class
GeoJsonPoint
(
val
type
:
GeoJsonPoint.Type
?
=
null
,
val
coordinates
:
List
<
Double
>
?
=
null
)
GeoJSon Point Geometry
Parameters
type
the geometry type
coordinates
An array of comma separated {latitude,longitude} strings.
Members
Constructors
Geo
Json
Point
Link copied to clipboard
constructor
(
type
:
GeoJsonPoint.Type
?
=
null
,
coordinates
:
List
<
Double
>
?
=
null
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
GeoJsonPoint.Type
>
the geometry type
Properties
coordinates
Link copied to clipboard
@
SerializedName
(
value
=
"coordinates"
)
val
coordinates
:
List
<
Double
>
?
=
null
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
GeoJsonPoint.Type
?
=
null