Java com.google.gwt.maps.client.geom LatLng fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.geom LatLng fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.geom LatLng.

The text is from its open source code.

Method

doublegetLatitude()
Returns the latitude coordinate of this point in degrees as a number between -90 and 90.
doublegetLongitude()
Returns the longitude coordinate of this point in degrees as a number between -180 and 180.
LatLngnewInstance(double latitude, double longitude)
Create a new point.
StringtoUrlValue()
Returns a string that represents this point in a format suitable for use as a URL parameter value.