public interface GLMapListener
| Modifier and Type | Method and Description |
|---|---|
void |
onMapLoadStatusChanged(GLMapSurfaceView.MapLoadStatus mapLoadStatus)
Please avoid do some heavy action here, it will block map render thread or build thread
|
boolean |
onMapUIEvent(GLMapAnnotation.TouchType touchType,
GLEngineJNI.AnnotationSearchResult[] searchResults,
GLMapAnnotation mapAnnotation) |
void |
updateMapZoom(float zoomLevel) |
void onMapLoadStatusChanged(GLMapSurfaceView.MapLoadStatus mapLoadStatus)
mapLoadStatus - void updateMapZoom(float zoomLevel)
boolean onMapUIEvent(GLMapAnnotation.TouchType touchType, GLEngineJNI.AnnotationSearchResult[] searchResults, GLMapAnnotation mapAnnotation)