AnyLogic
Expand
Font size
All Known Implementing Classes:
AnyLogicOnlineGISSearch, CachedGISSearch, ChainedGISSearch, ServerCaringGISSearch

@AnyLogicInternalAPI
public interface IGISSearch
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
Author:
AnyLogic North America, LLC https://anylogic.com

Method Summary

Modifier and TypeMethodDescription
GISResult<List<GISMarkupDescriptor>>get(String query, boolean region, boolean visibleAreaOnly, double bottomLatitude, double leftLongitude, double topLatitude, double rightLongitude, boolean firstOnly) 

Method Details

get

GISResult<List<GISMarkupDescriptor>> get(String query,
 boolean region,
 boolean visibleAreaOnly,
 double bottomLatitude,
 double leftLongitude,
 double topLatitude,
 double rightLongitude,
 boolean firstOnly)