Uses of Class
org.teamapps.dto.UiMapLocation
-
-
Uses of UiMapLocation in org.teamapps.dto
Fields in org.teamapps.dto declared as UiMapLocation Modifier and Type Field Description protected UiMapLocationUiMap.LocationChangedEvent. centerprotected UiMapLocationUiMap.MapClickedEvent. locationprotected UiMapLocationUiMap.SetLocationCommand. locationprotected UiMapLocationUiMapMarkerClientRecord. locationprotected UiMapLocationUiMap. mapPositionFields in org.teamapps.dto with type parameters of type UiMapLocation Modifier and Type Field Description protected java.util.List<UiMapLocation>UiMapPolyline. pathprotected java.util.List<UiMapLocation>UiMap.AddPolylinePointsCommand. pointsMethods in org.teamapps.dto that return UiMapLocation Modifier and Type Method Description UiMapLocationUiMap.LocationChangedEvent. getCenter()UiMapLocationUiMap.MapClickedEvent. getLocation()UiMapLocationUiMap.SetLocationCommand. getLocation()UiMapLocationUiMapMarkerClientRecord. getLocation()UiMapLocationUiMap. getMapPosition()Methods in org.teamapps.dto that return types with arguments of type UiMapLocation Modifier and Type Method Description java.util.List<UiMapLocation>UiMapPolyline. getPath()java.util.List<UiMapLocation>UiMap.AddPolylinePointsCommand. getPoints()Methods in org.teamapps.dto with parameters of type UiMapLocation Modifier and Type Method Description UiMapMarkerClientRecordUiMapMarkerClientRecord. setLocation(UiMapLocation location)UiMapUiMap. setMapPosition(UiMapLocation mapPosition)Constructors in org.teamapps.dto with parameters of type UiMapLocation Constructor Description LocationChangedEvent(java.lang.String componentId, UiMapLocation center, UiMapArea displayedArea)MapClickedEvent(java.lang.String componentId, UiMapLocation location)SetLocationCommand(java.lang.String componentId, UiMapLocation location)Constructor parameters in org.teamapps.dto with type arguments of type UiMapLocation Constructor Description AddPolylinePointsCommand(java.lang.String componentId, java.lang.String lineId, java.util.List<UiMapLocation> points)UiMapPolyline(java.util.List<UiMapLocation> path)
-