Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in:
H3 cell indices as fixed64 (the native H3Index representation, see https://h3geo.org/docs/library/index/cell). fixed64 (not uint64): every valid H3 cell ID has the mode bit set (bit 59), so values are always >= 2^59 and varint would always spend the full 9 bytes. fixed64 is 8 bytes and avoids varint encode/decode overhead. Clients that need the 15-char hex form should call their H3 library's int-to-string.
Used in:
Used in:
Catch all unknown error type
oneToManyRequest to many field must not be null
Source (either departure or arrival location) must not be null
Transportation mode must not be null.
Source (either departure or arrival location) must not be null
Transportation mode unrecognized.
The travel time limit is too low to process this request.
The travel time limit is too high to process this request.
User id not set.
Message sent to wrong queue - transportation mode cannot be handled.
Source is in a area that doesn't have any points that can be out of search e.g a lake, mountains or other desolate areas.
The interleaved deltas array should have (lat/lon) deltas and have an even number of elements
Public transport requests do not support returning distances for returned points.
ManyToOne and OneToMany cannot be sent at the same time
ManyToOne or OneToMany cannot be null
Invalid proto request
The user has gone over their request limit rate
Parking time penalty is over the overall travel time limit for the journey
Walk to station penalty must be > 0
Walk to station limit cannot be greater than the global travel time limit for the journey.
Walk to station limit cannot be greater than 1800
Drive to station penalty must be > 0
Drive to station limit cannot be greater than the global travel time limit for the journey.
Drive to station limit cannot be greater than the global travel time limit for the journey.
Transportation details do not match mode. See * RequestsCommon.PublicTransportDetails * RequestsCommon.DrivingAndPublicTransportDetails
Used in: