As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
My site which is about shoes shopping is in development. It is like this Payless shoes coupons through which you can get amazing shoes with greater rates. I am having IOs interface issues, it is not properly showing.
Ramesh,
There are 2 ways you can write the location queries, 'MKCircle' and 'MKPolygon'. For more details, please check this link. If this doesn't help, please elaborate your use-case.
Thanks,
Pranav
Ramesh Indran
Hi there, is there way of sorting the location query by distance? I'm using the query below if this is helpful... thank you
let store = sellerOnlineStore
let query = Query(format: "_geoloc = %@", MKCircle(center: currentLocation, radius: 20))
store.find(query) { sellers, error in
... }