[Home](./index.md) > [three-loader-3dtiles](./three-loader-3dtiles.md) > [Runtime](./three-loader-3dtiles.runtime.md) > [getLatLongHeightFromPosition](./three-loader-3dtiles.runtime.getlatlongheightfromposition.md) ## Runtime.getLatLongHeightFromPosition() method When viewing a Geo-located tileset, get the [GeoCoord](./three-loader-3dtiles.geocoord.md) value from a world-space `Vector3`. Signature: ```typescript getLatLongHeightFromPosition(Vector3: any): GeoCoord; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | Vector3 | any | | Returns: GeoCoord