public final class

LatLng

extends Object
java.lang.Object
   ↳ com.smaato.sdk.core.LatLng

Class Overview

Represents a pair of latitude and longitude coordinates.

Summary

Public Constructors
LatLng(double latitude, double longitude)
Public Methods
boolean equals(Object o)
double getLatitude()
Returns latitude.
double getLongitude()
Returns longitude.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LatLng (double latitude, double longitude)

Public Methods

public boolean equals (Object o)

public double getLatitude ()

Returns latitude.

public double getLongitude ()

Returns longitude.

public int hashCode ()

public String toString ()