Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. URL url = new URL("https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_Census_BlockGroup_Areas_analysis_trim/FeatureServer/0/query?where=1=1&outFields=*&outSR=4326&f=geojson");
  2. GeoJsonSource geoJsonSource = new GeoJsonSource("geo-source", url);
  3. mapboxMap.addSource(geoJsonSource);
Add Comment
Please, Sign In to add comment