Module: MapView
- Defined in:
- lib/framework/rho/mapview.rb,
lib/framework/autocomplete/MapView.rb
Overview
It is auto-generated content. Do not do required for this file in your application.
Class Method Summary collapse
- .close(rest) ⇒ Object
- .create(rest) ⇒ Object
- .preload_map_tiles(rest) ⇒ Object
- .set_file_caching_enable(rest) ⇒ Object
- .state ⇒ Object
- .state_center_lat(rest) ⇒ Object
- .state_center_lon(rest) ⇒ Object
- .state_started(rest) ⇒ Object
Class Method Details
.close(rest) ⇒ Object
10 11 |
# File 'lib/framework/autocomplete/MapView.rb', line 10 def self.close(rest) end |
.create(rest) ⇒ Object
8 9 |
# File 'lib/framework/autocomplete/MapView.rb', line 8 def self.create(rest) end |
.preload_map_tiles(rest) ⇒ Object
20 21 |
# File 'lib/framework/autocomplete/MapView.rb', line 20 def self.preload_map_tiles(rest) end |
.set_file_caching_enable(rest) ⇒ Object
18 19 |
# File 'lib/framework/autocomplete/MapView.rb', line 18 def self.set_file_caching_enable(rest) end |
.state ⇒ Object
28 29 30 31 32 33 34 35 36 37 |
# File 'lib/framework/rho/mapview.rb', line 28 def self.state state = nil if MapView.state_started state = {} state[:center] = {} state[:center][:latitude] = MapView.state_center_lat state[:center][:longitude] = MapView.state_center_lon end state end |
.state_center_lat(rest) ⇒ Object
14 15 |
# File 'lib/framework/autocomplete/MapView.rb', line 14 def self.state_center_lat(rest) end |
.state_center_lon(rest) ⇒ Object
16 17 |
# File 'lib/framework/autocomplete/MapView.rb', line 16 def self.state_center_lon(rest) end |
.state_started(rest) ⇒ Object
12 13 |
# File 'lib/framework/autocomplete/MapView.rb', line 12 def self.state_started(rest) end |