@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 AOwner Owner of the object.
@param Lat Latitude. Default 0.
@param Lng Longitude. Default 0.
@param NoWrap Allows to put values outside the default range of lat/lng.
