latitude property
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;
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.
double latitude;