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