A tiny library that can parse TLE, and display the orbit on the map
Classes
Namespaces
Members
-
<static> SatelliteOptions
-
Object with the default options for Satellite object
- Source:
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