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