GeoDistanceQuery

  • distance
    Type: number · Distance
    required

    Distance to center point, in kilometer or mile (according to distance_unit)

  • lat
    Type: number · Lat
    min:  
    -90
    max:  
    90
    required

    Latitude of the center point, should between 90 and -90

  • lon
    Type: number · Lon
    min:  
    -180
    max:  
    180
    required

    Longitude of the center point, should between 180 and -180

  • distance_unit
    enum

    Unit of distance(km or mile). Defaults to mile

    values
    • km
    • mile
  • field
    Type: string · Field

    Name of the field in product data that holds geographic coordinate. Defaults to location