Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeometryObject

The Geometry interface consists of type and coordinates.

example



var geometryObject= { type: "Point", coordinates: [-82.44140625, 29.20012347] };

Hierarchy

Implemented by

Index

Properties

Properties

coordinates

coordinates: any

type

type: string