@abstract(Constructor class.)

Creates a LatLng object representing a geographic point. Latitude is specified in degrees within the range [-90, 90]. Longitude is specified in degrees within the range [-180, 180]. Set noWrap to true to enable values outside of this range.

@param Lat Latitude. Default 0.
@param Lng Longitude. Default 0.
@param NoWrap Allows to put values outside the default range of lat/lng.
@param Precision Precision value to show Lat and Lng. Default 6.
@param Lang @link(TGMLang) to use in exceptions.
