Skip to content

Instantly share code, notes, and snippets.

View kddc's full-sized avatar
🦖
Rawwwr

Julian Tiemann kddc

🦖
Rawwwr
View GitHub Profile
/**
* @name MarkerWithLabel for V3
* @version 1.1.10 [April 8, 2014]
* @author Gary Little (inspired by code from Marc Ridey of Google).
* @copyright Copyright 2012 Gary Little [gary at luxcentral.com]
* @fileoverview MarkerWithLabel extends the Google Maps JavaScript API V3
* <code>google.maps.Marker</code> class.
* <p>
* MarkerWithLabel allows you to define markers with associated labels. As you would expect,
* if the marker is draggable, so too will be the label. In addition, a marker with a label
Lösen der Folienaufgaben aus dem Teil von Professor Riebisch
1. Anforderungsanalyse
Fragen #1
1. Worin besteht die Bedeutung der frühen Phasen der Systementwicklung?
- In den frühen Phasen der Systementwicklung wird das System gestaltet. -> richtige Entscheidungen treffen.
- Je früher eine getroffene Entscheidung geändert wird, desto geringer der Aufwand
- Siehe auch Gewicht von Entscheidungen (Funktionsgraph: Asymptote).
- Anhand des Phasenmodells wird deutlich, dass Entscheidungen während der frühen Phasen
der Entwicklung ein enormes Gewicht auf den weiteren Verlauf der Systementwicklung haben.
@kddc
kddc / infobox.js
Created May 12, 2016 13:40
google maps infobox
/**
* @name InfoBox
* @version 1.1.13 [March 19, 2014]
* @author Gary Little (inspired by proof-of-concept code from Pamela Fox of Google)
* @copyright Copyright 2010 Gary Little [gary at luxcentral.com]
* @fileoverview InfoBox extends the Google Maps JavaScript API V3 <tt>OverlayView</tt> class.
* <p>
* An InfoBox behaves like a <tt>google.maps.InfoWindow</tt>, but it supports several
* additional properties for advanced styling. An InfoBox can also be used as a map label.
* <p>