Namespace: orbits

orbits

A tiny library that can parse TLE, and display the orbit on the map
Version:
  • 1.2.1
Author:
Source:

Classes

Orbit
Satellite
TLE

Namespaces

util

Members

<static> SatelliteOptions

Object with the default options for Satellite object
Properties:
Name Type Description
tle orbits.TLE An instance of orbits.TLE
title string Alternative title to use for the marker, instead of the one from TLE
pathLength float The length is in periods. Length = period * pathLength
visible boolean Whenever to display the map or not
map google.maps.Map An instance of google.maps.Map
markerOpts google.maps.MarkerOptions An instance of google.maps.MarkerOptions
horzionOpts google.maps.CircleOptions An instance of google.maps.CircleOptions
polylineOpts google.maps.PolylineOptions An instance of google.maps.PolylineOptions
drawShadowPolylines boolean Whenever to draw indicators when Satellite is shadowed by Earth
shadowPolylinesOpts google.maps.PolylineOptions An instance of google.maps.PolylineOptions
Source: