Package | Description |
---|---|
org.javascool.proglets.gogleMaps |
Modifier and Type | Field and Description |
---|---|
static Functions.IntensiteRoute |
Functions.FORT |
static Functions.IntensiteRoute |
Functions.LEGER |
static Functions.IntensiteRoute |
Functions.MOYEN |
Modifier and Type | Method and Description |
---|---|
static Functions.IntensiteRoute |
Functions.IntensiteRoute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Functions.IntensiteRoute[] |
Functions.IntensiteRoute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Functions.afficheRouteSurCarte(double longitude1,
double latitude1,
double longitude2,
double latitude2,
Functions.IntensiteRoute intensite)
Trace une ligne droite entre un point de coordonnées géographiques
(longitude1,latitude1) et un autre de coordonnées géographiques
(longitude2,latitude2).
|
Copyright © 2024. All rights reserved.