Inheritance diagram for com.navigine.idl.java.internal.CircleMapObjectBinding:Public Member Functions | |
| native boolean | isValid () |
| boolean | setPosition (GlobalPoint point, Integer sublocationId) |
| Method is used to specify the center of the circle. | |
| boolean | setPositionAnimated (GlobalPoint point, Integer sublocationId, float duration, AnimationType type) |
| Method is used to move the center of the circle with the specified animation. | |
| boolean | setColor (int color) |
| Method is used to specify the fill color of the circle. | |
| boolean | setRadius (float radius) |
| Method is used to specify the size of the circle. | |
| boolean | setCollisionEnabled (boolean enabled) |
| Method is used to enable or disable collision detection for the circle. | |
| boolean | setBuffer (float width, float height) |
| Method is used to specify the buffer size around the circle for collision detection. | |
| boolean | setOffset (float width, float height) |
| Method is used to specify an offset for the circle’s position. | |
| boolean | setPriority (float priority) |
| Method is used to specify the priority of the circle. | |
| boolean | setOutlineColor (int color) |
| Method is used to specify the color of the circle’s outline. | |
| boolean | setOutlineRadius (float radius) |
| Method is used to specify the thickness of the circle’s outline. | |
| boolean | setOutlineAlpha (float alpha) |
| Method is used to specify the opacity of the circle’s outline. | |
| 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 | setTitleWithStyle (String title, TitleStyle style) |
| Method is used to set the title and its style for the map object. | |
| boolean | setAlpha (float alpha) |
| Method is used to set the opacity of the map object. | |
Definition at line 14 of file CircleMapObjectBinding.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 122 of file CircleMapObjectBinding.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 108 of file CircleMapObjectBinding.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 115 of file CircleMapObjectBinding.java.
| native boolean com.navigine.idl.java.internal.CircleMapObjectBinding.isValid | ( | ) |
Tells if this CircleMapObject is valid or not. Any other method (except for this one) called on an invalid CircleMapObject will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.CircleMapObject.
|
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 164 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify the buffer size around the circle for collision detection.
| width | Width of the buffer in pixels. Default: 0. |
| height | Height of the buffer in pixels. Default: 0. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 64 of file CircleMapObjectBinding.java.
|
inline |
Method is used to enable or disable collision detection for the circle.
| 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.CircleMapObject.
Definition at line 57 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify the fill color of the circle.
| color | Fill color. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 43 of file CircleMapObjectBinding.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 143 of file CircleMapObjectBinding.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 136 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify an offset for the circle’s position.
| width | Horizontal offset in pixels. |
| height | Vertical offset in pixels. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 71 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify the opacity of the circle’s outline.
| alpha | Opacity multiplier (0 to 1). Values below 0 are set to 0. Default: 1. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 99 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify the color of the circle’s outline.
| color | Outline color. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 85 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify the thickness of the circle’s outline.
| radius | Thickness of the outline in pixels. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 92 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify the center of the circle.
| point | WGS84 coordinates of the center GlobalPoint. |
| sublocationId | Floor this object is attached to, or null for the outdoor map. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 29 of file CircleMapObjectBinding.java.
|
inline |
Method is used to move the center of the circle with the specified animation.
| point | WGS84 coordinates of the center GlobalPoint. |
| sublocationId | Floor this object is attached to, or null for the outdoor map. |
| duration | Animation duration in seconds. |
| type | Animation type AnimationType. Default: CENTER. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 36 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify the priority of the circle.
| priority | The priority value for rendering or interaction. Default: 0. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 78 of file CircleMapObjectBinding.java.
|
inline |
Method is used to specify the size of the circle.
| radius | Radius of the circle in meters. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.CircleMapObject.
Definition at line 50 of file CircleMapObjectBinding.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 150 of file CircleMapObjectBinding.java.
|
inline |
Method is used to set the title and its style for the map object.
| title | The title to display on the location view. |
| style | Title style parameters TitleStyle. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObject.
Definition at line 157 of file CircleMapObjectBinding.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 129 of file CircleMapObjectBinding.java.