Returns MapObjects around your current location. @return MapObjects at your current location @throws LoginFailedException if the login failed @throws RemoteServerException When a buffer exception is thrown
()
| 391 | * @throws RemoteServerException When a buffer exception is thrown |
| 392 | */ |
| 393 | public MapObjects getMapObjects() throws LoginFailedException, RemoteServerException { |
| 394 | return getMapObjectsAsync().toBlocking(); |
| 395 | } |
| 396 | |
| 397 | /** |
| 398 | * Returns MapObjects around your current location within a given width. |
nothing calls this directly
no test coverage detected