[[["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,["# Interface: LatLng\n\n[rules](/docs/reference/rules/rules).LatLng\n===========================================\n\ninterface static\n\nType representing a geopoint. Used in rules as `latlng`.\n\nMethods\n-------\n\n### distance\n\ndistance(other) returns [rules.Float](/docs/reference/rules/rules.Float)\n\nCalculate distance between two LatLng points in distance (meters).\n\n| #### Parameter ||\n|-------|---------------------------------------------------------------------------------------------|\n| other | [rules.LatLng](/docs/reference/rules/rules.LatLng) The other point. Value must not be null. |\n\nReturns\n\n: `non-null `[rules.Float](/docs/reference/rules/rules.Float) distance in meters.\n\n### latitude\n\nlatitude() returns [rules.Float](/docs/reference/rules/rules.Float)\n\nGet the latitude value in the range \\[-90.0, 90.0\\].\n\nReturns\n\n: `non-null `[rules.Float](/docs/reference/rules/rules.Float) latitude.\n\n### longitude\n\nlongitude() returns [rules.Float](/docs/reference/rules/rules.Float)\n\nGet the longitude value in the range \\[-180.0, 180.0\\].\n\nReturns\n\n: `non-null `[rules.Float](/docs/reference/rules/rules.Float) longitude."]]