API Docs for: 2.0.0
Show:

GeoObject Class

Extends THREE.Object3D
Module: ARGON

A GeoObject acts as a geo-positioned container for content. GeoObjects are automatically converted from UTM coordinates to a local x,y,z in the scene. Content added to GeoObjects will be registered in the world, anchored at the GeoObjects position.

Constructor

GeoObject

(
  • latitude
  • longitude
  • altitude
)

Parameters:

  • latitude Number

    Latitude in degrees

  • longitude Number

    Longitude in degrees

  • altitude Number

    Altitude in meters

Item Index

Properties

Properties

geolocation

GeoLocation

Object that encapsulates the position of this GeoObject