what means the "f" in the lecture of 32.9(latitude) and -117.2(longitude) in the following code:
Location(32.9f, -117.2f);
It means the numbers are of type float.
float