Click or drag to resize

GM_Point_t Structure

This describes a single point location

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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