HERE Map Content Schema

Bounding​Box

Message Summary

message BoundingBox

A two-dimensional bounding box.

Include: geometry.proto

Properties

Field Type Label Description
west​_​longitude double  

Longitude for the Western border in decimal degrees. Required.

south​_​latitude double  

Latitude for the Southern border in decimal degrees. Required.

east​_​longitude double  

Longitude for the Eastern border in decimal degrees. Required.

north​_​latitude double  

Latitude for the Northern border in decimal degrees. Required.