StiGisPointMapGeometry Class
Namespace: Stimulsoft.Report.Maps.Gis
Constructors
| Constructor | Description |
|---|---|
| constructor(StiGisPointLatLng | { lat: number point, number } lng) |
constructor(point: StiGisPointLatLng | { lat: number, lng: number })
Parameters
- point (StiGisPointLatLng | { lat: number)
- lng (number })
Methods
| Method | Returns | Description |
|---|---|---|
| contains | boolean | |
| draw | string | |
| getAllPoints | void | |
| setDescription | void | |
| updateLocalPosition | void |
Method Details
contains
contains(pos: Point): boolean
Parameters
- pos (Point)
Returns boolean
draw
draw(core: StiGisCore): string
Parameters
- core (StiGisCore)
Returns string
getAllPoints
getAllPoints(points: any): void
Parameters
- points (any)
setDescription
setDescription(text: string): void
Parameters
- text (string)
updateLocalPosition
updateLocalPosition(core: StiGisCore): void
Parameters
- core (StiGisCore)
Fields
| Field | Type | Description |
|---|---|---|
| showPlacemark | boolean | |
| text | string |