Page Summary
-
SpriteStyledescribes a style where a texture is treated as a repeating point sprite on a map. -
It inherits from
StampStyleand uses aBitmapDescriptorto define the repeating image. -
You can create a
SpriteStyleusing its constructor or with thenewBuildermethod. -
The
getStampmethod, inherited fromStampStyle, allows you to retrieve the image used for the sprite.
Describes a StampStyle, where the associated stamp texture is treated as a repeating
point sprite.
Nested Class Summary
| class | SpriteStyle.Builder | Builder of SpriteStyle. |
|
Public Constructor Summary
|
SpriteStyle(BitmapDescriptor stamp)
|
Public Method Summary
| static SpriteStyle.Builder |
Inherited Method Summary
Public Constructors
Public Methods
public static SpriteStyle.Builder newBuilder (BitmapDescriptor stamp)
Creates a new SpriteStyle builder.
Parameters
| stamp | the image to be repeated over a stroke. |
|---|
Returns
- the builder with the stamp input.