public interface WfsApi
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<WfsResponse> |
getCoordinates(java.lang.String boundingBoxString) |
@GET(value="geoservergeo/wfs/MATRIKKEL?VERSION=1.1.0&SERVICE=WFS&REQUEST=GetFeature&typename=TEIGGRENSEWFS") retrofit2.Call<WfsResponse> getCoordinates(@Query(value="BBOX") java.lang.String boundingBoxString)