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

12 uses

	github.com/gotd/td/tg (current package)
		tl_geo_point_slices_gen.go#L120: func (s GeoPointClassArray) AsGeoPoint() (to GeoPointArray) {
		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#L256: func (s *GeoPointArray) Pop() (v GeoPoint, ok bool) {