Click or drag to resize

GM_Point_t Structure

This describes a single point location

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public struct GM_Point_t

The GM_Point_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_Point_t
Constructor to set values directly.
Top
Fields
  NameDescription
Public fieldmX
X (or longitude) coordinate
Public fieldmY
Y (or latitude) coordinate
Top
See Also