Package 

Class LocationInfo

    • Constructor Detail

      • LocationInfo

        LocationInfo()
        Constructor
    • Method Detail

      • setCountry

         void setCountry(String country)

        set country info

        Parameters:
        country - country info
      • setProvince

         void setProvince(String province)

        set province info

        Parameters:
        province - province info
      • getCity

         String getCity()

        set city info

      • setCity

         void setCity(String city)

        set city info

        Parameters:
        city - city info
      • setDistrict

         void setDistrict(String district)

        set district info

        Parameters:
        district - district info
      • setTownship

         void setTownship(String township)

        set township info

        Parameters:
        township - township info
      • setNeighorhood

         void setNeighorhood(String neighorhood)

        set neighborhood info

        Parameters:
        neighorhood - neighborhood info
      • setAddress

         void setAddress(String address)

        set address info

        Parameters:
        address - address info
      • getLat

         double getLat()

        get latitude info

      • setLat

         void setLat(double lat)

        set latitude info

        Parameters:
        lat - latitude info
      • getLng

         double getLng()

        get longitude info

      • setLng

         void setLng(double lng)

        set longitude info

        Parameters:
        lng - longitude info
      • setGeoFenceRadius

         void setGeoFenceRadius(int geoFenceRadius)

        set geoFence radius

        Parameters:
        geoFenceRadius - geoFence radius
      • setGeoFenceId

         void setGeoFenceId(String geoFenceId)

        set geoFence Id

        Parameters:
        geoFenceId - geoFence Id
      • describeContents

         int describeContents()

        Describe the kinds of special objects contained in this Parcelable instance's marshaled representation

      • writeToParcel

         void writeToParcel(Parcel dest, int flags)

        Flatten this object in to a Parcel

        Parameters:
        dest - The Parcel in which the object should be written
        flags - Additional flags about how the object should be written