Inheritance diagram for com.navigine.idl.java.internal.DottedPolylineMapObjectBinding:Public Member Functions | |
| native boolean | isValid () |
| boolean | setPolyLine (LocationPolyline polyline) |
| Method is used to specify the source polyline for the points. | |
| boolean | setColor (float red, float green, float blue, float alpha) |
| Method is used to specify the color of the object. | |
| boolean | setSize (float width, float height) |
| Method is used to specify the size of the points. | |
| boolean | setCollisionEnabled (boolean enabled) |
| Method is used to enable or disable collision detection for the icon. | |
| boolean | setPlacement (Placement placement) |
| Method is used to specify the placement mode for points along the polyline. | |
| boolean | setPlacementMinRatio (float ratio) |
| Method is used to specify the minimum ratio of the polyline length for point placement. | |
| boolean | setPlacementSpacing (float spacing) |
| Method is used to specify the spacing between points for spaced placement. | |
| boolean | setRepeatDistance (float distance) |
| Method is used to specify the distance interval for repeating points along the polyline. | |
| boolean | setRepeatGroup (int group) |
| Method is used to specify the group identifier for repeating points. | |
| boolean | setPriority (float priority) |
| Method is used to specify the priority of the icon. | |
| int | getId () |
| Gets the unique identifier of the map object. | |
| MapObjectType | getType () |
| Gets the type of the map object. | |
| byte[] | getData () |
| Gets the user-defined data associated with the map object. | |
| boolean | setVisible (boolean visible) |
| Method is used to specify the visibility of the map object. | |
| boolean | setInteractive (boolean interactive) |
| Method is used to specify whether the map object can be interacted with. | |
| void | setData (byte[] data) |
| Method is used to set user-defined data for the map object. | |
| boolean | setTitle (String title) |
| Method is used to set the title of the map object. | |
| boolean | setAlpha (float alpha) |
| Method is used to set the opacity of the map object. | |
Definition at line 13 of file DottedPolylineMapObjectBinding.java.
|
inline |
Gets the user-defined data associated with the map object.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 114 of file DottedPolylineMapObjectBinding.java.
|
inline |
Gets the unique identifier of the map object.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 100 of file DottedPolylineMapObjectBinding.java.
|
inline |
Gets the type of the map object.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 107 of file DottedPolylineMapObjectBinding.java.
| native boolean com.navigine.idl.java.internal.DottedPolylineMapObjectBinding.isValid | ( | ) |
Tells if this DottedPolylineMapObject is valid or not. Any other method (except for this one) called on an invalid DottedPolylineMapObject will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
|
inline |
Method is used to set the opacity of the map object.
| alpha | Opacity multiplier. Values below 0 will be set to 0. Values above 1 will be set to 1. Default: 1. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 149 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to enable or disable collision detection for the icon.
| enabled | Specifies whether collision detection is enabled (true) or disabled (false). Default: false. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 49 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the color of the object.
| red | Red RGBA component. |
| green | Green RGBA component. |
| blue | Blue RGBA component. |
| alpha | Opacity multiplier. Values below 0 will be set to 0. Default: 1. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 35 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to set user-defined data for the map object.
| data | Data to store in the map object. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 135 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify whether the map object can be interacted with.
| interactive | Specifies whether the object can be picked in the pickMapObjectAt method (true) or not (false). Default: false. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 128 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the placement mode for points along the polyline.
| placement | The placement mode Placement. Default: VERTEX. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 56 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the minimum ratio of the polyline length for point placement.
| ratio | The minimum ratio of the polyline length (typically between 0 and 1). Default: 1.0. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 63 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the spacing between points for spaced placement.
| spacing | The spacing distance in pixels. Default: 80. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 70 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the source polyline for the points.
| polyline | Metrics coordinates of the polyline LocationPolyline. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 28 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the priority of the icon.
| priority | The priority value for rendering or interaction. Default: max. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 91 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the distance interval for repeating points along the polyline.
| distance | The repeat distance in pixels. Default: 0. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 77 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the group identifier for repeating points.
| group | The group identifier for point repetition. Default: 0. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 84 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the size of the points.
| width | Width of the points in pixels. |
| height | Height of the points in pixels. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.DottedPolylineMapObject.
Definition at line 42 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to set the title of the map object.
| title | The title to display on the location view. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 142 of file DottedPolylineMapObjectBinding.java.
|
inline |
Method is used to specify the visibility of the map object.
| visible | Specifies whether the object is visible (true) or hidden (false). Default: true. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 121 of file DottedPolylineMapObjectBinding.java.