latitude property

double latitude
getter/setter pair

double latitude; is declaring a property named latitude of type double in the Region class. This property will hold a double value representing the latitude coordinate of a specific region.

Implementation

double latitude;