LocationTextureRenderer: add billboard rendering property (#549)

This commit is contained in:
Longri
2018-06-02 14:13:06 +02:00
committed by Emux
parent 94a2461741
commit 0fefd20cc6
2 changed files with 16 additions and 3 deletions

View File

@@ -70,6 +70,9 @@ public class LocationTextureActivity extends BitmapTileActivity implements Locat
// set color of indicator circle (Color.RED is default)
locationLayer.locationRenderer.setIndicatorColor(Color.MAGENTA);
// set billboard rendering for TextureRegion (false is default)
locationLayer.locationRenderer.setBillboard(false);
locationLayer.setEnabled(false);
mMap.layers().add(locationLayer);
}