Ultima actualizare la 
                
                    11 ian. 2022
                
            
            
                 | 
                
                    Se aplică și la ColdFusion
                
            
        
        
            
        
    
Getting current position
You can get the device’s current position using the getCurrentPosition() function.
Method summary
getCurrentPostion(options)
- returns – Returns a Position object containing the location information
- params- Geolocation Options
 
For instance,
| <cfset curpos = cfclient.geolocation.getCurrentPosition()> | 
Example