Package org.teamapps.ux.component.map
Interface MapViewModel<RECORD>
public interface MapViewModel<RECORD>
-
Method Summary
Modifier and Type Method Description java.util.List<RECORD>getMapRecords()java.util.List<RECORD>getMapRecords(float startLatitude, float startLongitude, float endLatitude, float endLongitude)Event<java.lang.Void>getOnMapViewDataChanged()
-
Method Details
-
getOnMapViewDataChanged
Event<java.lang.Void> getOnMapViewDataChanged() -
getMapRecords
java.util.List<RECORD> getMapRecords() -
getMapRecords
java.util.List<RECORD> getMapRecords(float startLatitude, float startLongitude, float endLatitude, float endLongitude)
-