Package org.teamapps.ux.component.map
Interface MapViewModel<RECORD>
-
public interface MapViewModel<RECORD>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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()
-