type github.com/go-redis/redis/v8.GeoLocation

12 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L1751: type GeoLocation struct {
		command.go#L1776: 	locations []GeoLocation
		command.go#L1824: func (cmd *GeoLocationCmd) Val() []GeoLocation {
		command.go#L1828: func (cmd *GeoLocationCmd) Result() ([]GeoLocation, error) {
		command.go#L1842: 	cmd.locations = v.([]GeoLocation)
		command.go#L1848: 		locs := make([]GeoLocation, 0, n)
		command.go#L1856: 				locs = append(locs, GeoLocation{
		command.go#L1859: 			case *GeoLocation:
		command.go#L1872: 		var loc GeoLocation
		commands.go#L319: 	GeoAdd(ctx context.Context, key string, geoLocation ...*GeoLocation) *IntCmd
		commands.go#L2589: func (c cmdable) GeoAdd(ctx context.Context, key string, geoLocation ...*GeoLocation) *IntCmd {
		result.go#L143: func NewGeoLocationCmdResult(val []GeoLocation, err error) *GeoLocationCmd {