GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
MapPoly Struct Reference

#include <htmlmap.h>

Collaboration diagram for MapPoly:

Data Fields

char * url
 
int num_pts
 
int * x_pts
 
int * y_pts
 
struct MapPolynext_poly
 

Detailed Description

Definition at line 18 of file htmlmap.h.

Field Documentation

◆ next_poly

struct MapPoly* MapPoly::next_poly

Definition at line 24 of file htmlmap.h.

◆ num_pts

int MapPoly::num_pts

Definition at line 21 of file htmlmap.h.

◆ url

char* MapPoly::url

Definition at line 20 of file htmlmap.h.

◆ x_pts

int* MapPoly::x_pts

Definition at line 22 of file htmlmap.h.

◆ y_pts

int* MapPoly::y_pts

Definition at line 23 of file htmlmap.h.


The documentation for this struct was generated from the following file: