Class PrintView

An simple container to store a print view

Source : file printRoute/PrintView.js at line 31

Constructor

new PrintView ( )

The constructor

Source : file printRoute/PrintView.js at line 37

Public properties

bottomLeft : LatLng

The bottom left corner of the view

Source : file printRoute/PrintView.js at line 46

entryPoint : LatLng

The entry point of the route in the view. entryPoint and exitPoint are not on the frame!

Source : file printRoute/PrintView.js at line 60

exitPoint : LatLng

The exit point of the route in the view

Source : file printRoute/PrintView.js at line 67

upperRight : LatLng

The upper right corner of the view

Source : file printRoute/PrintView.js at line 53