#Google Map App

###An app that uses the Google Maps API, AngularJS and SASS to creat an app that locates specified locations on the map.

alt text

##Installation

............

##Sample Code

function City(yearRank,city,state,yearEstimate,lastCensus,change,landArea,landAreaInKm,lastPopDensity,lastPopDensityInKM,latLon){
    var latLonArr = [];
    this.yearRank = yearRank;
    this.city = city;
    this.state = state;
    this.yearEstimate = yearEstimate;
    this.lastCensus = lastCensus;
    this.change = change;
    this.landArea = landArea;
    this.lastPopDensity = lastPopDensity;
	latLonArray = latLon.split(",");    
    this.lat = Number(latLonArray[0]);
    this.lon = Number(latLonArray[1]);
    this.latLon = latLon;
}

##Features - - - -

Visit my personal Portfolio for more information.