BACKGROUND
I'm developing an off-line native Android mapping app. All map tiles (prefer vector, raster as fall back) must be cached locally on the device. Then the map will be overlaid with points of interest (POI), lines/shapes. The app will allow users to add their own POIs and draw lines/shapes.
QUESTION
I'm currently reviewing Mapbox's Android API for use as a backend tile provider, but the 6k tile limit is too small for our use. I saw this post regarding self-hosting Mapbox vector tiles and was wondering if that will allow me to bypass the tile cache ceiling limit.