Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.17 KB

GIS-specific Android samples of CARTO Mobile SDK

Sample structure

  • OGR Overlay with a Shapefile
    • Shows how to display vector data using OGR data sources/connectors
  • GDAL Overlay with a GeoTIFF file
    • Shows how to display raster data using GDAL data sources/connectors
  • Basic Editable Overlay
    • Basic GIS editor that uses LocalVectorDataSource for non-persistent vector element storage
  • Editable OGR Overlay with a Shapefile
    • More advanced GIS editor that uses OGRVectorDataSource for persistent feature storage
  • MapInfo Overlay
    • Demonstrates how to read MapInfo files an display raster images using BitmapOverlayRasterTileDataSource class

Other Samples of CARTO Mobile SDK