type github.com/gotd/td/tg.GeoPoint

47 uses

	github.com/gotd/td/tg (current package)
		tl_geo_point_gen.go#L140: type GeoPoint struct {
		tl_geo_point_gen.go#L162: func (g GeoPoint) construct() GeoPointClass { return &g }
		tl_geo_point_gen.go#L166: 	_ bin.Encoder     = &GeoPoint{}
		tl_geo_point_gen.go#L167: 	_ bin.Decoder     = &GeoPoint{}
		tl_geo_point_gen.go#L168: 	_ bin.BareEncoder = &GeoPoint{}
		tl_geo_point_gen.go#L169: 	_ bin.BareDecoder = &GeoPoint{}
		tl_geo_point_gen.go#L171: 	_ GeoPointClass = &GeoPoint{}
		tl_geo_point_gen.go#L174: func (g *GeoPoint) Zero() bool {
		tl_geo_point_gen.go#L198: func (g *GeoPoint) String() string {
		tl_geo_point_gen.go#L202: 	type Alias GeoPoint
		tl_geo_point_gen.go#L207: func (g *GeoPoint) FillFrom(from interface {
		tl_geo_point_gen.go#L225: func (*GeoPoint) TypeID() uint32 {
		tl_geo_point_gen.go#L230: func (*GeoPoint) TypeName() string {
		tl_geo_point_gen.go#L235: func (g *GeoPoint) TypeInfo() tdp.Type {
		tl_geo_point_gen.go#L267: func (g *GeoPoint) SetFlags() {
		tl_geo_point_gen.go#L274: func (g *GeoPoint) Encode(b *bin.Buffer) error {
		tl_geo_point_gen.go#L283: func (g *GeoPoint) EncodeBare(b *bin.Buffer) error {
		tl_geo_point_gen.go#L301: func (g *GeoPoint) Decode(b *bin.Buffer) error {
		tl_geo_point_gen.go#L312: func (g *GeoPoint) DecodeBare(b *bin.Buffer) error {
		tl_geo_point_gen.go#L353: func (g *GeoPoint) GetLong() (value float64) {
		tl_geo_point_gen.go#L361: func (g *GeoPoint) GetLat() (value float64) {
		tl_geo_point_gen.go#L369: func (g *GeoPoint) GetAccessHash() (value int64) {
		tl_geo_point_gen.go#L377: func (g *GeoPoint) SetAccuracyRadius(value int) {
		tl_geo_point_gen.go#L384: func (g *GeoPoint) GetAccuracyRadius() (value int, ok bool) {
		tl_geo_point_gen.go#L431: 	AsNotEmpty() (*GeoPoint, bool)
		tl_geo_point_gen.go#L435: func (g *GeoPointEmpty) AsNotEmpty() (*GeoPoint, bool) {
		tl_geo_point_gen.go#L440: func (g *GeoPoint) AsNotEmpty() (*GeoPoint, bool) {
		tl_geo_point_gen.go#L460: 		v := GeoPoint{}
		tl_geo_point_slices_gen.go#L122: 		value, ok := elem.(*GeoPoint)
		tl_geo_point_slices_gen.go#L134: func (s GeoPointClassArray) AppendOnlyNotEmpty(to []*GeoPoint) []*GeoPoint {
		tl_geo_point_slices_gen.go#L147: func (s GeoPointClassArray) AsNotEmpty() (to []*GeoPoint) {
		tl_geo_point_slices_gen.go#L152: func (s GeoPointClassArray) FirstAsNotEmpty() (v *GeoPoint, ok bool) {
		tl_geo_point_slices_gen.go#L161: func (s GeoPointClassArray) LastAsNotEmpty() (v *GeoPoint, ok bool) {
		tl_geo_point_slices_gen.go#L170: func (s *GeoPointClassArray) PopFirstAsNotEmpty() (v *GeoPoint, ok bool) {
		tl_geo_point_slices_gen.go#L179: func (s *GeoPointClassArray) PopAsNotEmpty() (v *GeoPoint, ok bool) {
		tl_geo_point_slices_gen.go#L188: type GeoPointArray []GeoPoint
		tl_geo_point_slices_gen.go#L191: func (s GeoPointArray) Sort(less func(a, b GeoPoint) bool) GeoPointArray {
		tl_geo_point_slices_gen.go#L199: func (s GeoPointArray) SortStable(less func(a, b GeoPoint) bool) GeoPointArray {
		tl_geo_point_slices_gen.go#L207: func (s GeoPointArray) Retain(keep func(x GeoPoint) bool) GeoPointArray {
		tl_geo_point_slices_gen.go#L221: func (s GeoPointArray) First() (v GeoPoint, ok bool) {
		tl_geo_point_slices_gen.go#L229: func (s GeoPointArray) Last() (v GeoPoint, ok bool) {
		tl_geo_point_slices_gen.go#L237: func (s *GeoPointArray) PopFirst() (v GeoPoint, ok bool) {
		tl_geo_point_slices_gen.go#L247: 	var zero GeoPoint
		tl_geo_point_slices_gen.go#L256: func (s *GeoPointArray) Pop() (v GeoPoint, ok bool) {
		tl_registry_gen.go#L3765: 		GeoPointTypeID:                                           func() bin.Object { return &GeoPoint{} },