An object representing a latitude/longitude pair. This is expressed as a pair of doubles
representing degrees latitude and degrees longitude. Unless specified otherwise, this must
conform to the WGS84
standard. Values must be within normalized ranges.
[[["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 2020-08-08 UTC."],[],[],null,["public class **FirebaseVisionLatLng** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nAn object representing a latitude/longitude pair. This is expressed as a pair of doubles\nrepresenting degrees latitude and degrees longitude. Unless specified otherwise, this must\nconform to the [WGS84\nstandard](//www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf). Values must be within normalized ranges. \n\nPublic Method Summary\n\nInherited Method Summary \nFrom class java.lang.Object \n\nPublic Methods \n\npublic double **getLatitude** () \nGets the latitude in degrees. It must be in the range \\[-90.0, +90.0\\]. \n\npublic double **getLongitude** () \nGets the longitude in degrees. It must be in the range \\[-180.0, +180.0\\]."]]