|
GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <htmlmap.h>

Data Fields | |
| char * | url |
| int | num_pts |
| int * | x_pts |
| int * | y_pts |
| struct MapPoly * | next_poly |
| struct MapPoly* MapPoly::next_poly |
Definition at line 22 of file htmlmap.h.
Referenced by HTML_Graph_close().
| int MapPoly::num_pts |
Definition at line 19 of file htmlmap.h.
Referenced by HTML_Graph_close(), and html_polygon().
| char* MapPoly::url |
Definition at line 18 of file htmlmap.h.
Referenced by HTML_Graph_close().
| int* MapPoly::x_pts |
Definition at line 20 of file htmlmap.h.
Referenced by HTML_Graph_close().
| int* MapPoly::y_pts |
Definition at line 21 of file htmlmap.h.
Referenced by HTML_Graph_close().