pb

package
v0.0.0-...-95364da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_geocoder_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type LngLat

type LngLat struct {
	Lng float64 `protobuf:"fixed64,1,opt,name=lng,proto3" json:"lng,omitempty"`
	Lat float64 `protobuf:"fixed64,2,opt,name=lat,proto3" json:"lat,omitempty"`
	// contains filtered or unexported fields
}

func (*LngLat) Descriptor deprecated

func (*LngLat) Descriptor() ([]byte, []int)

Deprecated: Use LngLat.ProtoReflect.Descriptor instead.

func (*LngLat) GetLat

func (x *LngLat) GetLat() float64

func (*LngLat) GetLng

func (x *LngLat) GetLng() float64

func (*LngLat) ProtoMessage

func (*LngLat) ProtoMessage()

func (*LngLat) ProtoReflect

func (x *LngLat) ProtoReflect() protoreflect.Message

func (*LngLat) Reset

func (x *LngLat) Reset()

func (*LngLat) String

func (x *LngLat) String() string

type Location

type Location struct {
	Number string `protobuf:"bytes,1,opt,name=number,proto3" json:"number,omitempty"`
	Street string `protobuf:"bytes,2,opt,name=street,proto3" json:"street,omitempty"`
	// Cross street, when present, indicates this is an intersection.
	CrossStreet string  `protobuf:"bytes,3,opt,name=cross_street,json=crossStreet,proto3" json:"cross_street,omitempty"`
	Location    *LngLat `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	Desc        string  `protobuf:"bytes,5,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) Descriptor deprecated

func (*Location) Descriptor() ([]byte, []int)

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetCrossStreet

func (x *Location) GetCrossStreet() string

func (*Location) GetDesc

func (x *Location) GetDesc() string

func (*Location) GetLocation

func (x *Location) GetLocation() *LngLat

func (*Location) GetNumber

func (x *Location) GetNumber() string

func (*Location) GetStreet

func (x *Location) GetStreet() string

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

func (x *Location) ProtoReflect() protoreflect.Message

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL