Class UiMapLocation

java.lang.Object
org.teamapps.dto.UiMapLocation
All Implemented Interfaces:
UiObject

public class UiMapLocation extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • latitude

      protected float latitude
    • longitude

      protected float longitude
  • Constructor Details

    • UiMapLocation

      @Deprecated public UiMapLocation()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiMapLocation

      public UiMapLocation(float latitude, float longitude)
  • Method Details