Skip to content

Commit

Permalink
Update Recuperation_Determination.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck1333 committed Oct 21, 2018
1 parent a7f45ae commit 6d4871c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions GPS/Recuperation_Determination.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ def determine():
print(Code_Postal) #Affichage du Code Postal
print(Pays) #Affichage du Pays
#{'place_id': '654513', 'osm_type': 'node', ...} #Exemple du format des données reçu enregistrer dans "location.raw"


resultat_Ville = Ville
return resultat_Ville #RETOURNE LE STRING DE LA LOCALISATION DETERMINE
#---------------------------------------------
#gmaps = googlemaps.Client(key='AIzaSyCbcLmcGDUQlhvZhAkdE0IUFh90rjJ7rrw') #Cle d'acces A.P.I

Expand Down Expand Up @@ -403,6 +403,8 @@ def determine_less():
print(Ville) #Affichage de la Ville
print(Pays) #Affichage du Pays
#{'place_id': '654513', 'osm_type': 'node', ...} #Exemple du format des données reçu enregistrer dans "location.raw"
resultat_Ville = Ville
return resultat_Ville #RETOURNE LE STRING DE LA LOCALISATION DETERMINE
#-------------------------------
#-------------------------------
def lecture_serie():
Expand Down

0 comments on commit 6d4871c

Please sign in to comment.