Our android app (100.15.1) is using
SpatialReferences.getWgs84()
I'm trying to create a tpkx file in ArcGIS pro, but I can't figure out what "Service" to specify for the tiling scheme?
I was succesful in creating DTED2 files from local TIF file raster. Loaded the dt2 files and used
getElevationAsync(point)
to retrive the elevation at specified coordinates.
But the Basic licence doesn't support RasterElevationSource, so as soon as setting the licence, the raster fails to load.