Click or drag to resize

GM_Point_t Structure

This describes a single point location

Namespace:  GlobalMapper.Types
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.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