I I've been creating an app for android using the Arcgis Runtime SDK for Android 100.0. I have a VTKP (Vector Tile Package) file with a series of map points that have an "code" attribute, and I need to pertorm a query to get one point by it's code. I need to know if this is possible, and how to do it...
Solved! Go to Solution.
Vector Tile Packages are a way to display information by modifying the style and by rendering that information to your user. I do not believe you can query on them. I think instead, you should look into Mobile Map Packages or a Geodatabase object on the device to query for a feature.
Vector Tile Packages are a way to display information by modifying the style and by rendering that information to your user. I do not believe you can query on them. I think instead, you should look into Mobile Map Packages or a Geodatabase object on the device to query for a feature.