public static class OverlayMarker.Builder
extends java.lang.Object
A factory class for creating OverlayMarkers
Constructor and Description |
---|
Builder(android.content.Context context,
OverlayMarkerOptions options)
An OverlayMarker Builder needs at least a context and OverlayMarkerOptions object
|
Modifier and Type | Method and Description |
---|---|
OverlayMarker |
build()
Construct the OverlayMarker
|
OverlayMarker.Builder |
setOverlayMarkerOptions(OverlayMarkerOptions OverlayMarkerOptions)
Sets the OverlayMarker options
|
public Builder(android.content.Context context, OverlayMarkerOptions options)
An OverlayMarker Builder needs at least a context and OverlayMarkerOptions object
options
- The OverlayMarkerOptions to be used to construct the markerpublic OverlayMarker.Builder setOverlayMarkerOptions(OverlayMarkerOptions OverlayMarkerOptions)
Sets the OverlayMarker options
public OverlayMarker build()
Construct the OverlayMarker