The CMapPoint class provides functionality of a map point.
CMapPoint is the simplest map object, it contains data members: x and y, those specify coordinates of a map point, and z specifying height of map point, in the case of 3D map data. The data members x, y and z are defined as _map_data_type type.