public static class ISun.Location
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
elevation |
double |
latitude |
double |
longitude |
double |
timeZone |
| Constructor and Description |
|---|
ISun.Location(double lat,
double lng,
double elev,
double tmZone) |
| Modifier and Type | Method and Description |
|---|---|
static ISun.Location |
cityLocation(ISun.City city) |
public double longitude
public double latitude
public double elevation
public double timeZone
public ISun.Location(double lat,
double lng,
double elev,
double tmZone)
public static ISun.Location cityLocation(ISun.City city)