What are valid values for lon & lat

geolocation

Solution

Assuming, those values correspond to longitude and latitude:

The longitude is between -180° to 180° and the latitude between -90° and 90°.

Problem

If I get the lon and lat of a Point by Google maps or bing maps API, what are the maximum and minimum valid values for that variables? I want to check some user Input before storing lon and lat into a database.

Original source