[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-12-13 UTC."],[],[],null,["# Namespace: latlng\n\n[rules](/docs/reference/rules/rules).latlng\n===========================================\n\nnamespace static\n\nGlobally available latitude-longitude functions. These functions are accessed\nusing the `latlng.` prefix.\n\nMethod\n------\n\n### value\n\nstatic\n\nvalue(lat, lng) returns [rules.LatLng](/docs/reference/rules/rules.LatLng)\n\nCreate a LatLng from floating point coordinates.\n\n| #### Parameter ||\n|-----|-----------------------------------------------------------------------------------------|\n| lat | [rules.Float](/docs/reference/rules/rules.Float) The latitude. Value must not be null. |\n| lng | [rules.Float](/docs/reference/rules/rules.Float) The longitude. Value must not be null. |\n\nReturns\n\n: `non-null `[rules.LatLng](/docs/reference/rules/rules.LatLng) a LatLng.\n\n#### Example\n\n latlng.value(45.0, 90.0)"]]