Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListShopsByProximity

Service that returns OrganizationUnitDtos that are approximately in range of the given latitude and longitude. The result are returned in ascending order.

This service is useful for displaying a list of the nearest shops (eg: checkout and choosing a pick-up shop).

The page size Limit has a maximum value of 100 for this service.

Hierarchy

  • ListShopsByProximity

Index

Properties

Latitude

Latitude: number

Latitude of a user or device of some kind to search stores that are nearby.

Longitude

Longitude: number

Longitude of a user or device of some kind to search stores that are nearby.

Optional PageConfig

PageConfig: PageConfig<{}>