

The following steps show you how to import a GeoJSON file into the application and deserialize it as a GeoJSON FeatureCollection object.

With this scenario in mind, if the GeoJSON files are loaded into the application as a string, they can be passed into the feature collection's static fromJson method, which will deserialize the string into a GeoJSON FeatureCollection object that can be added to the map. Most GeoJSON files wrap all data within a FeatureCollection. Import GeoJSON data from web or assets folder Download the Sample Points of Interest GeoJSON file.This tutorial will extend the code used in that quickstart. Complete the Quickstart: Create an Android app.Interact with the data on the maps to view its details.Create a data source and load in a GeoJSON file from a local file or the web.Add Azure Maps to an Android application.
