Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapGraphic

example



var geoJSON = { type: 'Point', coordinates: [-82.441, 29.200] };
var graphic = { id: '1', feature: geoJSON, shape: 'Point' };

Hierarchy

  • Disposable
  • Disposable
  • Disposable
  • Disposable
    • MapGraphic

Implemented by

Index

Properties

Optional edited

edited: boolean

Optional feature

feature: IFeature

Optional geometry

geometry: GeometryObject

Optional graphicOptions

graphicOptions: GraphicOptions

id

id: string

Optional shape

shape: string

Methods

dispose

  • dispose(): void
  • Returns void