findNearest abstract method
PanoramaServiceSearchSession
findNearest(
- Point position,
- PanoramaServiceSearchListener searchListener
Requests the ID of the panorama that is closest to the specified position.
position
Position to find the nearest panoramaId to.
searchListener
Receives the panorama search result.
Return Session handle that should be stored until searchListener is notified.
Implementation
PanoramaServiceSearchSession findNearest(mapkit_geometry_point.Point position,
PanoramaServiceSearchListener searchListener);