Skip to main contentdfsdf

flacky Jones's List: Géolocalisation

    • Your model must have two attributes (database columns) for storing latitude and longitude coordinates. By default they should be called latitude and longitude but this can be changed
    • For reverse geocoding your model must provide a method that returns an address

    8 more annotations...

    • L'opération de géocodage est automatisée à l'aide d'un géocodeur. Un géocodeur peut être une solution logicielle, une brique logicielle ou un service en ligne (API).
    • Il peut être nécessaire de convertir les coordonnées fournies dans un autre format avant le placement sur une carte par exemple
    • Listing 1. Repérer un utilisateur : getCurrentPosition

       
      navigator.geolocation.getCurrentPosition(     successCallback, errorCallback, options); 
1 - 3 of 3
20 items/page
List Comments (0)