Skip to content

OSMWay

#include <osmcontroller.h>

Public Attributes

Name
QString name
bool isClosed
QVector2D center
std::vector< const OSMNode * > nodes
float length
String name
glm::vec2 center

Public Attributes Documentation

variable name

1
QString name;

variable isClosed

1
bool isClosed;

variable center

1
QVector2D center;

variable nodes

1
std::vector< const OSMNode * > nodes;

variable length

1
float length;

variable name

1
String name;

variable center

1
glm::vec2 center;

Updated on 2022-10-18 at 11:12:51 +0200