Enums
NextomeMapView Enums
NMLineStyle
| Name | Description |
|---|---|
NORMAL |
Draw a simple continuous line |
DOT |
Draw a dotted style line |
NMAnchorPoint
| Name | Description |
|---|---|
CENTER |
Pivot is centered |
NMSourceType
| Name | Description |
|---|---|
INTERNET |
The source of the file is an url |
ASSET |
The source of the file is presents into assets (FLUTTER ONLY) |
FILESYSTEM |
The source of the file is a local file |