Inheritance diagram for com.navigine.idl.java.internal.LocationWindowBinding:Public Member Functions | |
| native boolean | isValid () |
| void | setSublocationId (int id) |
| Method is used to switch the location view between sublocations (e.g., floors). | |
| Integer | getSublocationId () |
| Returns current sublocation ID if set, otherwise null. | |
| Camera | getEnclosingCamera (BoundingBox boundingBox) |
| Calculates camera that fits provided bounding box. | |
| Point | screenPositionToMeters (android.graphics.PointF point) |
| Converts screen coordinates (pixels) to metrics coordinates (meters). | |
| android.graphics.PointF | metersToScreenPosition (Point point, boolean clipToViewport) |
| Converts metrics coordinates (meters) to screen coordinates (pixels). | |
| CircleMapObject | addCircleMapObject () |
| Creates and adds a circle map object to the location view. | |
| boolean | removeCircleMapObject (CircleMapObject circleMapObject) |
| Removes a circle map object from the location view. | |
| IconMapObject | addIconMapObject () |
| Creates and adds an icon map object to the location view. | |
| boolean | removeIconMapObject (IconMapObject iconMapObject) |
| Removes an icon map object from the location view. | |
| ClusterMapObjectController | addClusterMapObjectController () |
| Creates an icon map object controller for the location view. | |
| boolean | removeClusterMapObjectController (ClusterMapObjectController controller) |
| Removes an icon map object controller from the location view. | |
| PolygonMapObject | addPolygonMapObject () |
| Creates and adds a polygon map object to the location view. | |
| boolean | removePolygonMapObject (PolygonMapObject polygonMapObject) |
| Removes a polygon map object from the location view. | |
| PolylineMapObject | addPolylineMapObject () |
| Creates and adds a polyline map object to the location view. | |
| boolean | removePolylineMapObject (PolylineMapObject polylineMapObject) |
| Removes a polyline map object from the location view. | |
| DottedPolylineMapObject | addDottedPolylineMapObject () |
| Creates and adds a polyline points map object to the location view. | |
| boolean | removeDottedPolylineMapObject (DottedPolylineMapObject dottedPolylineMapObject) |
| Removes a polyline points map object from the location view. | |
| ModelMapObject | addModelMapObject () |
| Creates and adds a 3D model map object (Wavefront OBJ + texture via ModelProvider). | |
| boolean | removeModelMapObject (ModelMapObject modelMapObject) |
| Removes a model map object from the location view. | |
| void | removeAllMapObjects () |
| Removes all map objects from the location view. | |
| void | pickMapObjectAt (android.graphics.PointF point) |
| Selects a visible, interactive map object at the specified screen position. | |
| void | pickMapFeatureAt (android.graphics.PointF point) |
| Selects visible map features (e.g., venues) at the specified screen position. | |
| void | addPickListener (PickListener listener) |
| Adds a PickListener to receive picking result events. | |
| void | removePickListener (PickListener listener) |
| Removes a previously added PickListener. | |
| void | addInputListener (InputListener listener) |
| Adds an InputListener to receive input events. | |
| void | removeInputListener (InputListener listener) |
| Removes a previously added InputListener. | |
| void | addCameraListener (CameraListener listener) |
| Adds a CameraListener to receive camera movement events. | |
| void | removeCameraListener (CameraListener listener) |
| Removes a previously added CameraListener. | |
| void | addSublocationChangeListener (SublocationChangeListener listener) |
| Adds listener for sublocation change events. | |
| void | removeSublocationChangeListener (SublocationChangeListener listener) |
| Removes previously added sublocation change listener. | |
| void | addBuildingListener (BuildingListener listener) |
| Adds listener for outdoor scenario: when camera focuses on a building or leaves it. | |
| void | removeBuildingListener (BuildingListener listener) |
| Removes previously added indoor building listener. | |
| void | flyTo (Camera camera, int duration, CameraCallback callback) |
| Moves the map camera to a new position with an easing animation. | |
| void | moveTo (Camera camera, int duration, AnimationType animationType, CameraCallback callback) |
| Moves the map camera to a new position with a smooth pan-and-zoom animation. | |
| boolean | selectMapFeature (String featureId) |
| Selects a map feature by its feature ID. | |
| boolean | deselectMapFeature (String featureId) |
| Deselects a map feature by its feature ID. | |
| void | deselectAllMapFeatures () |
| Deselects all currently selected map features. | |
| void | applyLayerFilter (String layer, ArrayList< MapFilterCondition > conditions) |
| Applies a typed filter to a specific map layer. | |
| float | getZoomFactor () |
| Specifies the zoom level of the location view, in pixels per meter. Default: approximately 100 meters across the screen width. | |
| void | setZoomFactor (float newZoomFactor) |
| Specifies the zoom level of the location view, in pixels per meter. Default: approximately 100 meters across the screen width. | |
| float | getMinZoomFactor () |
| Minimum zoom level for the location view (pixels per meter). | |
| void | setMinZoomFactor (float newMinZoomFactor) |
| Minimum zoom level for the location view (pixels per meter). | |
| float | getMaxZoomFactor () |
| Maximum zoom level for the location view (pixels per meter). | |
| void | setMaxZoomFactor (float newMaxZoomFactor) |
| Maximum zoom level for the location view (pixels per meter). | |
| boolean | getStickToBorder () |
| Specifies whether sublocation content sticks to screen borders. | |
| void | setStickToBorder (boolean newStickToBorder) |
| Specifies whether sublocation content sticks to screen borders. | |
| Camera | getCamera () |
| Current camera position in meters. Camera. | |
| void | setCamera (Camera newCamera) |
| Current camera position in meters. Camera. | |
| boolean | getRotateGestureEnabled () |
| Specifies whether rotation gestures (e.g., two-finger rotation) are enabled. | |
| void | setRotateGestureEnabled (boolean newRotateGestureEnabled) |
| Specifies whether rotation gestures (e.g., two-finger rotation) are enabled. | |
| boolean | getTiltGesturesEnabled () |
| Specifies whether tilt gestures (e.g., two-finger parallel pan) are enabled. | |
| void | setTiltGesturesEnabled (boolean newTiltGesturesEnabled) |
| Specifies whether tilt gestures (e.g., two-finger parallel pan) are enabled. | |
| boolean | getScrollGesturesEnabled () |
| Specifies whether scroll gestures (e.g., pan gesture) are enabled. | |
| void | setScrollGesturesEnabled (boolean newScrollGesturesEnabled) |
| Specifies whether scroll gestures (e.g., pan gesture) are enabled. | |
| boolean | getZoomGesturesEnabled () |
| Specifies whether zoom gestures (e.g., two-finger pinch) are enabled. | |
| void | setZoomGesturesEnabled (boolean newZoomGesturesEnabled) |
| Specifies whether zoom gestures (e.g., two-finger pinch) are enabled. | |
| float | getPickRadius () |
| Radius for picking features on the map, in density-independent pixels. Default: 0.5 dp. | |
| void | setPickRadius (float newPickRadius) |
| Radius for picking features on the map, in density-independent pixels. Default: 0.5 dp. | |
| ArrayList< String > | getSelectedMapFeatures () |
| List of currently selected map feature IDs. | |
Static Public Member Functions | |
| static native void | setDebugFlag (DebugFlag flag, boolean on) |
| Sets the state of a debug flag. | |
| static native boolean | getDebugFlag (DebugFlag flag) |
| Gets the state of a debug flag. | |
Protected Attributes | |
| Subscription< PickListener > | weakPickListenerSubscription |
| Subscription< InputListener > | weakInputListenerSubscription |
| Subscription< CameraListener > | weakCameraListenerSubscription |
| Subscription< SublocationChangeListener > | weakSublocationChangeListenerSubscription |
| Subscription< BuildingListener > | weakBuildingListenerSubscription |
Definition at line 31 of file LocationWindowBinding.java.
|
inline |
Adds listener for outdoor scenario: when camera focuses on a building or leaves it.
| listener | Indoor building listener BuildingListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 296 of file LocationWindowBinding.java.
|
inline |
Adds a CameraListener to receive camera movement events.
| listener | The CameraListener instance CameraListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 268 of file LocationWindowBinding.java.
|
inline |
Creates and adds a circle map object to the location view.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 121 of file LocationWindowBinding.java.
|
inline |
Creates an icon map object controller for the location view.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 149 of file LocationWindowBinding.java.
|
inline |
Creates and adds a polyline points map object to the location view.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 191 of file LocationWindowBinding.java.
|
inline |
Creates and adds an icon map object to the location view.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 135 of file LocationWindowBinding.java.
|
inline |
Adds an InputListener to receive input events.
| listener | The InputListener instance InputListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 254 of file LocationWindowBinding.java.
|
inline |
Creates and adds a 3D model map object (Wavefront OBJ + texture via ModelProvider).
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 205 of file LocationWindowBinding.java.
|
inline |
Adds a PickListener to receive picking result events.
| listener | The PickListener instance PickListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 240 of file LocationWindowBinding.java.
|
inline |
Creates and adds a polygon map object to the location view.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 163 of file LocationWindowBinding.java.
|
inline |
Creates and adds a polyline map object to the location view.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 177 of file LocationWindowBinding.java.
|
inline |
Adds listener for sublocation change events.
| listener | Sublocation change listener SublocationChangeListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 282 of file LocationWindowBinding.java.
|
inline |
Applies a typed filter to a specific map layer.
| layer | The map layer to apply the filter to. |
| conditions | List of conditions (property + allowed values). Empty list resets the filter (show all). |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 345 of file LocationWindowBinding.java.
|
inline |
Deselects all currently selected map features.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 338 of file LocationWindowBinding.java.
|
inline |
Deselects a map feature by its feature ID.
| featureId | The feature ID from the mapFeaturePickResult PickListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 331 of file LocationWindowBinding.java.
|
inline |
Moves the map camera to a new position with an easing animation.
| camera | The new camera position Camera. |
| duration | Animation duration in milliseconds. |
| callback | Callback to execute when the animation completes CameraCallback. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 310 of file LocationWindowBinding.java.
|
inline |
Current camera position in meters. Camera.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 408 of file LocationWindowBinding.java.
|
static |
Gets the state of a debug flag.
| flag | The debug flag to query DebugFlag. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
|
inline |
Calculates camera that fits provided bounding box.
| boundingBox | Metrics bounding box to enclose. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 100 of file LocationWindowBinding.java.
|
inline |
Maximum zoom level for the location view (pixels per meter).
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 380 of file LocationWindowBinding.java.
|
inline |
Minimum zoom level for the location view (pixels per meter).
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 366 of file LocationWindowBinding.java.
|
inline |
Radius for picking features on the map, in density-independent pixels. Default: 0.5 dp.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 478 of file LocationWindowBinding.java.
|
inline |
Specifies whether rotation gestures (e.g., two-finger rotation) are enabled.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 422 of file LocationWindowBinding.java.
|
inline |
Specifies whether scroll gestures (e.g., pan gesture) are enabled.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 450 of file LocationWindowBinding.java.
|
inline |
List of currently selected map feature IDs.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 492 of file LocationWindowBinding.java.
|
inline |
Specifies whether sublocation content sticks to screen borders.
If true, content sticks to screen bounds; if false, content is centered. Default: true.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 394 of file LocationWindowBinding.java.
|
inline |
Returns current sublocation ID if set, otherwise null.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 93 of file LocationWindowBinding.java.
|
inline |
Specifies whether tilt gestures (e.g., two-finger parallel pan) are enabled.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 436 of file LocationWindowBinding.java.
|
inline |
Specifies the zoom level of the location view, in pixels per meter. Default: approximately 100 meters across the screen width.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 352 of file LocationWindowBinding.java.
|
inline |
Specifies whether zoom gestures (e.g., two-finger pinch) are enabled.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 464 of file LocationWindowBinding.java.
| native boolean com.navigine.idl.java.internal.LocationWindowBinding.isValid | ( | ) |
Tells if this LocationWindow is valid or not. Any other method (except for this one) called on an invalid LocationWindow will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.LocationWindow.
|
inline |
Converts metrics coordinates (meters) to screen coordinates (pixels).
| point | (x,y) coordinates in meters Point. |
| clipToViewport | If true, coordinates outside the viewport are clipped to the viewport edge. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 114 of file LocationWindowBinding.java.
|
inline |
Moves the map camera to a new position with a smooth pan-and-zoom animation.
| camera | The new camera position Camera. |
| duration | Animation duration in milliseconds (-1 for default duration). |
| animationType | The type of easing animation AnimationType. |
| callback | Callback to execute when the animation completes CameraCallback. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 317 of file LocationWindowBinding.java.
|
inline |
Selects visible map features (e.g., venues) at the specified screen position.
| point | Position in screen pixels to pick from. Results are delivered to the PickListener via onMapFeaturePickComplete PickListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 233 of file LocationWindowBinding.java.
|
inline |
Selects a visible, interactive map object at the specified screen position.
| point | Position in screen pixels to pick from. Results are delivered to the PickListener via onMapObjectPickComplete PickListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 226 of file LocationWindowBinding.java.
|
inline |
Removes all map objects from the location view.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 219 of file LocationWindowBinding.java.
|
inline |
Removes previously added indoor building listener.
| listener | Listener instance to remove BuildingListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 303 of file LocationWindowBinding.java.
|
inline |
Removes a previously added CameraListener.
| listener | The CameraListener instance to remove CameraListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 275 of file LocationWindowBinding.java.
|
inline |
Removes a circle map object from the location view.
| circleMapObject | The circle map object instance CircleMapObject. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 128 of file LocationWindowBinding.java.
|
inline |
Removes an icon map object controller from the location view.
| controller | The controller instance to remove. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 156 of file LocationWindowBinding.java.
|
inline |
Removes a polyline points map object from the location view.
| dottedPolylineMapObject | The polyline points map object instance DottedPolylineMapObject. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 198 of file LocationWindowBinding.java.
|
inline |
Removes an icon map object from the location view.
| iconMapObject | The icon map object instance IconMapObject. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 142 of file LocationWindowBinding.java.
|
inline |
Removes a previously added InputListener.
| listener | The InputListener instance to remove InputListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 261 of file LocationWindowBinding.java.
|
inline |
Removes a model map object from the location view.
| modelMapObject | The model instance to remove ModelMapObject. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 212 of file LocationWindowBinding.java.
|
inline |
Removes a previously added PickListener.
| listener | The PickListener instance to remove PickListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 247 of file LocationWindowBinding.java.
|
inline |
Removes a polygon map object from the location view.
| polygonMapObject | The polygon map object instance PolygonMapObject. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 170 of file LocationWindowBinding.java.
|
inline |
Removes a polyline map object from the location view.
| polylineMapObject | The polyline map object instance PolylineMapObject. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 184 of file LocationWindowBinding.java.
|
inline |
Removes previously added sublocation change listener.
| listener | Listener instance to remove SublocationChangeListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 289 of file LocationWindowBinding.java.
|
inline |
Converts screen coordinates (pixels) to metrics coordinates (meters).
| point | (x,y) coordinates in screen pixels. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 107 of file LocationWindowBinding.java.
|
inline |
Selects a map feature by its feature ID.
| featureId | The feature ID from the mapFeaturePickResult PickListener. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 324 of file LocationWindowBinding.java.
|
inline |
Current camera position in meters. Camera.
| newCamera |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 415 of file LocationWindowBinding.java.
|
static |
Sets the state of a debug flag.
| flag | The debug flag to set DebugFlag. |
| on | Specifies whether the debug flag is enabled (true) or disabled (false). |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
|
inline |
Maximum zoom level for the location view (pixels per meter).
| newMaxZoomFactor |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 387 of file LocationWindowBinding.java.
|
inline |
Minimum zoom level for the location view (pixels per meter).
| newMinZoomFactor |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 373 of file LocationWindowBinding.java.
|
inline |
Radius for picking features on the map, in density-independent pixels. Default: 0.5 dp.
| newPickRadius |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 485 of file LocationWindowBinding.java.
|
inline |
Specifies whether rotation gestures (e.g., two-finger rotation) are enabled.
| newRotateGestureEnabled |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 429 of file LocationWindowBinding.java.
|
inline |
Specifies whether scroll gestures (e.g., pan gesture) are enabled.
| newScrollGesturesEnabled |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 457 of file LocationWindowBinding.java.
|
inline |
Specifies whether sublocation content sticks to screen borders.
| newStickToBorder |
If true, content sticks to screen bounds; if false, content is centered. Default: true.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 401 of file LocationWindowBinding.java.
|
inline |
Method is used to switch the location view between sublocations (e.g., floors).
| id | Sublocation unique identifier Sublocation. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 86 of file LocationWindowBinding.java.
|
inline |
Specifies whether tilt gestures (e.g., two-finger parallel pan) are enabled.
| newTiltGesturesEnabled |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 443 of file LocationWindowBinding.java.
|
inline |
Specifies the zoom level of the location view, in pixels per meter. Default: approximately 100 meters across the screen width.
| newZoomFactor |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 359 of file LocationWindowBinding.java.
|
inline |
Specifies whether zoom gestures (e.g., two-finger pinch) are enabled.
| newZoomGesturesEnabled |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationWindow.
Definition at line 471 of file LocationWindowBinding.java.
|
protected |
Definition at line 72 of file LocationWindowBinding.java.
|
protected |
Definition at line 56 of file LocationWindowBinding.java.
|
protected |
Definition at line 48 of file LocationWindowBinding.java.
|
protected |
Definition at line 40 of file LocationWindowBinding.java.
|
protected |
Definition at line 64 of file LocationWindowBinding.java.