Omh Coordinate
Class representing a pair of latitude and longitude coordinates. This class doesn't require to implement restrictions related with the latitude and longitude because each time the interfaces are implemented they will parse to their own Coordinate model.
Implements Parcelable interface to facilitate the usage.
Constructors
Link copied to clipboard
Constructs a omhCoordinate with the given Parcel.
Link copied to clipboard
Constructs a OmhCoordinate with the given latitude and longitude.
Link copied to clipboard
Types
Link copied to clipboard
public CREATOR field that generates instances of your Parcelable class from a Parcel.
Functions
Link copied to clipboard
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation. Value is either 0 or CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
Flatten this object in to a Parcel.