Skip to end of metadata
Go to start of metadata

Method name :

public ArrayList<DivisionApiBean> searchDivisionsByLocalization(String longitude, String latitude, Long neighbors) 
throws MeestException;

Method description :

Functionality for finding points of reception in the nearest neighborhood of geolocation coordinates (latitude, longitude). Last param neighbors means size of result we need to find.

 

Response object :

Array List of DivisionApiBean (described inside method searchDivisions)

  • No labels