tripkit-android / com.skedgo.tripkit.ui.map.home / StopLoaderArgs / getCellIdsForLocalLevel

getCellIdsForLocalLevel

@NonNull static fun getCellIdsForLocalLevel(@NonNull geoPoint:GeoPoint, @NonNull span: LatLngBounds):ArrayList<String!>

Return ArrayList<String!>: A list of cell ids for local level

@NonNull static fun getCellIdsForLocalLevel(lat:Double, lon:Double, latSpan:Double, lonSpan:Double):ArrayList<String!>