Query on Vector Tile Package

869
1
Jump to solution
06-20-2017 07:13 AM
jonataspovoas
New Contributor III

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...

0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Occasional Contributor III

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.

View solution in original post

1 Reply
AlexanderNohe1
Occasional Contributor III

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.