lib/ProMotion/map/map_screen_module.rb in ProMotion-1.1.2 vs lib/ProMotion/map/map_screen_module.rb in ProMotion-1.2.0
- old
+ new
@@ -7,10 +7,10 @@
self.mapview ||= add MKMapView.new, {
frame: CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height),
resize: [ :width, :height ],
delegate: self
}
-
+
check_annotation_data
@promotion_annotation_data = []
set_up_start_position
end