You need to write down a java code , where you can use any algoritham, third party API , to get a list of Delivery executive details which is near by to delivery location.
given method:
List findNearestDE(Location location);
Location class have two attribuite(add more if needed) //long ,lattitude
class DeliveryExecutives (which have name,id,currentLocation,rating.& so on)