Class UiMapLocation

  • All Implemented Interfaces:
    UiObject

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

      • latitude

        protected float latitude
      • longitude

        protected float longitude
    • Constructor Detail

      • UiMapLocation

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

        public UiMapLocation​(float latitude,
                             float longitude)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getLatitude

        public float getLatitude()
      • getLongitude

        public float getLongitude()