Skip to content

Commit 006e4f2

Browse files
committed
fix: removed unnecesary files for this changes.
1 parent 8b4545f commit 006e4f2

File tree

5 files changed

+1
-291
lines changed

5 files changed

+1
-291
lines changed

examples/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ <h2>Demo Samples (using pure HTML+JS)</h2>
7575
<li>
7676
<a href="street-view-pano.html">Street View Panorama</a> (Experimental).
7777
</li>
78-
<li>
79-
<a href="street-view-pano-markers.html">Street View Panorama with Markers</a> (Experimental).
80-
</li>
8178
<li>
8279
<a href="resize-bus.html">Resize Bus</a>.
8380
</li>

examples/street-view-pano-markers.html

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/components/street-view-marker.js

Lines changed: 0 additions & 143 deletions
This file was deleted.

src/main.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Polyline from './components/polyline'
66
import Polygon from './components/polygon'
77
import Circle from './components/circle'
88
import Rectangle from './components/rectangle'
9-
import StreetViewPanoramaMarker from './components/street-view-marker'
109

1110
// Vue component imports
1211
import InfoWindow from './components/info-window.vue'
@@ -16,7 +15,6 @@ import PlaceInput from './components/place-input.vue'
1615
import Autocomplete from './components/autocomplete.vue'
1716

1817
import mapElementMixin from './mixins/map-element'
19-
import streetViewElementMixin from './mixins/street-view-element'
2018
import mapElementFactory from './factories/map-element'
2119
import mountableMixin from './mixins/mountable'
2220

@@ -35,7 +33,7 @@ let GmapApi = null
3533
// export everything
3634
export { loadGmapApi, Marker, Polyline, Polygon, Circle, Cluster, Rectangle,
3735
InfoWindow, Map, PlaceInput, mapElementMixin, mapElementFactory, Autocomplete,
38-
mountableMixin, StreetViewPanorama, StreetViewPanoramaMarker, streetViewElementMixin }
36+
mountableMixin, StreetViewPanorama }
3937

4038
export function install (Vue, options) {
4139
// Set defaults
@@ -81,7 +79,6 @@ export function install (Vue, options) {
8179
Vue.component('GmapAutocomplete', Autocomplete)
8280
Vue.component('GmapPlaceInput', PlaceInput)
8381
Vue.component('GmapStreetViewPanorama', StreetViewPanorama)
84-
Vue.component('GmapStreetViewPanoramaMarker', StreetViewPanoramaMarker)
8582
}
8683
}
8784

src/mixins/street-view-element.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)