public interface CustomFeaturesTile
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap |
drawTile(int tileWidth,
int tileHeight,
long tileFeatureCount,
FeatureIndexResults featureIndexResults)
Draw a custom tile
|
android.graphics.Bitmap |
drawUnindexedTile(int tileWidth,
int tileHeight,
long totalFeatureCount,
FeatureCursor allFeatureResults)
Draw a custom tile when the number of features within the tile is unknown.
|
android.graphics.Bitmap drawTile(int tileWidth,
int tileHeight,
long tileFeatureCount,
FeatureIndexResults featureIndexResults)
tileWidth - tile width to drawtileHeight - tile height to drawtileFeatureCount - count of features in the requested tilefeatureIndexResults - results as feature index resultsandroid.graphics.Bitmap drawUnindexedTile(int tileWidth,
int tileHeight,
long totalFeatureCount,
FeatureCursor allFeatureResults)
tileWidth - tile width to drawtileHeight - tile height to drawtotalFeatureCount - count of total features in the feature tableallFeatureResults - results in a feature cursor