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

Example usage for Java com.google.gwt.maps.client.base 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.base LatLng.

The text is from its open source code.

Method

doublegetLatitude()
get latitude
doublegetLongitude()
Returns the longitude in degrees.
StringgetToString()
Converts to string representation.
StringgetToUrlValue(int precision)
Returns a string of the form "lat,lng" for this LatLng.
LatLngnewInstance(double lat, double lng)
Notice the ordering of latitude and longitude.