示例#1
0
class _BaseMarkerMixin(HasTraits):
    _view_module = Unicode("jupyter-gmaps").tag(sync=True)
    _model_module = Unicode("jupyter-gmaps").tag(sync=True)
    location = geotraitlets.Point(DEFAULT_CENTER).tag(sync=True)
    hover_text = Unicode("").tag(sync=True)
    display_info_box = Bool(False).tag(sync=True)
    info_box_content = Unicode("").tag(sync=True)
示例#2
0
class _BaseMarkerMixin(HasTraits):
    location = geotraitlets.Point(DEFAULT_CENTER).tag(sync=True)
    hover_text = Unicode('').tag(sync=True)
    display_info_box = Bool(False).tag(sync=True)
    info_box_content = Unicode('').tag(sync=True)
示例#3
0
文件: marker.py 项目: snie2012/gmaps
class _BaseMarkerMixin(HasTraits):
    _view_module = Unicode("jupyter-gmaps").tag(sync=True)
    _model_module = Unicode("jupyter-gmaps").tag(sync=True)
    location = geotraitlets.Point(DEFAULT_CENTER).tag(sync=True)
    hover_text = Unicode("").tag(sync=True)