43 lines
2.4 KiB
Python
43 lines
2.4 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: unified_point.proto
|
|
# Protobuf Python Version: 5.29.3
|
|
"""Generated protocol buffer code."""
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
from google.protobuf import runtime_version as _runtime_version
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
from google.protobuf.internal import builder as _builder
|
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
_runtime_version.Domain.PUBLIC,
|
|
5,
|
|
29,
|
|
3,
|
|
'',
|
|
'unified_point.proto'
|
|
)
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13unified_point.proto\"\xb7\x02\n\x0cUnifiedPoint\x12\x0b\n\x03lat\x18\x01 \x01(\x01\x12\x0b\n\x03lon\x18\x02 \x01(\x01\x12\x15\n\x08\x61\x63\x63uracy\x18\x03 \x01(\x02H\x00\x88\x01\x01\x12\x15\n\x08\x61ltitude\x18\x04 \x01(\x02H\x01\x88\x01\x01\x12\x12\n\x05speed\x18\x05 \x01(\x02H\x02\x88\x01\x01\x12\x14\n\x07\x62\x65\x61ring\x18\x06 \x01(\x02H\x03\x88\x01\x01\x12\x10\n\x08\x65poch_ms\x18\x07 \x01(\x06\x12\x15\n\x08provider\x18\x08 \x01(\tH\x04\x88\x01\x01\x12#\n\x03raw\x18\t \x03(\x0b\x32\x16.UnifiedPoint.RawEntry\x1a*\n\x08RawEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0b\n\t_accuracyB\x0b\n\t_altitudeB\x08\n\x06_speedB\n\n\x08_bearingB\x0b\n\t_provider\"V\n\x08HeatTile\x12\x0c\n\x04zoom\x18\x01 \x01(\x05\x12\t\n\x01x\x18\x02 \x01(\x05\x12\t\n\x01y\x18\x03 \x01(\x05\x12\x11\n\tintensity\x18\x04 \x01(\x05\x12\x13\n\x0bpoint_count\x18\x05 \x01(\x03\x62\x06proto3')
|
|
|
|
_globals = globals()
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'unified_point_pb2', _globals)
|
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
DESCRIPTOR._loaded_options = None
|
|
_globals['_UNIFIEDPOINT_RAWENTRY']._loaded_options = None
|
|
_globals['_UNIFIEDPOINT_RAWENTRY']._serialized_options = b'8\001'
|
|
_globals['_UNIFIEDPOINT']._serialized_start=24
|
|
_globals['_UNIFIEDPOINT']._serialized_end=335
|
|
_globals['_UNIFIEDPOINT_RAWENTRY']._serialized_start=232
|
|
_globals['_UNIFIEDPOINT_RAWENTRY']._serialized_end=274
|
|
_globals['_HEATTILE']._serialized_start=337
|
|
_globals['_HEATTILE']._serialized_end=423
|
|
# @@protoc_insertion_point(module_scope)
|