HERE Map Content Schema

Point

Message Summary

message Point

A point is the fundamental geometry construct. A point position on the Earth.

Include: geometry.proto

Properties

Field Type Label Description
latitude double  

Latitude in decimal degrees. Required.

longitude double  

Longitude in decimal degrees. Required.

z​_​level sint32  

The relative vertical stacking of multiple points with the same latitude and longitude. The interpretation of a 0 value is contextual: It can either mean unspecified, or it can be a valid value.

elevation double  

Elevation in meters above the geoid. The interpretation of a 0 value is contextual: It can either mean unspecified, or it can be a valid value.