Skip to content
Permalink
c58dc61955
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
123 lines (100 sloc) 3.93 KB
( function ( $ ) {
$ . googlePlaces = function ( element , options ) {
var defaults = {
placeId : 'ChIJN1t_tDeuEmsRUsoyG83frY4' // placeId provided by google api documentation
, render : [ 'reviews' ]
, min_rating :
, max_rows :
}
var plugin = this ;
plugin . settings = { }
var $element = $ ( element ) ,
element = element ;
plugin . init = function ( ) {
plugin . settings = $ . extend ( { } , defaults , options ) ;
$element . html ( "
"
) ; // create a plug for google to load data into
initialize_place ( function ( place ) {
plugin . place_data = place ;
// render specified sections
if ( plugin . settings . render . indexOf ( 'reviews' ) > - 1 ) {
renderReviews ( plugin . place_data . reviews ) ;
}
} ) ;
}
var initialize_place = function ( c ) {
var map = new google . maps . Map ( document . getElementById ( 'map-plug' ) ) ;
var request = {
placeId : plugin . settings . placeId
} ;
var service = new google . maps . places . PlacesService ( map ) ;
service . getDetails ( request , function ( place , status ) {
if ( status == google . maps . places . PlacesServiceStatus . OK ) {
c ( place ) ;
}
} ) ;
}
var sort_by_date = function ( ray ) {
ray . sort ( function ( a , b ) {
var keyA = new Date ( a . time ) ,
keyB = new Date ( b . time ) ;
// Compare the 2 dates
if ( keyA < keyB ) return - 1 ;
if ( keyA > keyB ) return 1 ;
return ;
} ) ;
return ray ;
}
var filter_minimum_rating = function ( reviews ) {
for ( var i = reviews . length - 1 ; i >= ; i -- ) {
if ( reviews [ i ] . rating < plugin . settings . min_rating ) {
reviews . splice ( i , 1 ) ;
}
}
return reviews ;
}
var renderReviews = function ( reviews ) {
reviews = sort_by_date ( reviews ) ;
reviews = filter_minimum_rating ( reviews ) ;
var html = "" ;
var row_count = ( plugin . settings . max_rows > ) ? plugin . settings . max_rows - 1 : reviews . length - 1 ;
// make sure the row_count is not greater than available records
row_count = ( row_count > reviews . length ) ? reviews . length - 1 : row_count ;
for ( var i = row_count ; i >= ; i -- ) {
var stars = renderStars ( reviews [ i ] . rating ) ;
var date = convertTime ( reviews [ i ] . time ) ;
html = html + "
" + reviews [ i ] . author_name + " " + date + "
" + stars + "

" + reviews [ i ] . text + "

"
} ;
$element . append ( html ) ;
}
var renderStars = function ( rating ) {
var stars = "
    " ;
// fill in gold stars
for ( var i = ; i < rating ; i ++ ) {
stars = stars + "
  • "
    ;
    } ;
    // fill in empty stars
    if ( rating < 5 ) {
    for ( var i = ; i < ( 5 - rating ) ; i ++ ) {
    stars = stars + "
  • "
    ;
    } ;
    }
    stars = stars + " " ;
    return stars ;
    }
    var convertTime = function ( UNIX_timestamp ) {
    var a = new Date ( UNIX_timestamp * 1000 ) ;
    var months = [ 'Jan' , 'Feb' , 'Mar' , 'Apr' , 'May' , 'Jun' , 'Jul' , 'Aug' , 'Sep' , 'Oct' , 'Nov' , 'Dec' ] ;
    var time = months [ a . getMonth ( ) ] + ' ' + a . getDate ( ) + ', ' + a . getFullYear ( ) ;
    return time ;
    }
    plugin . init ( ) ;
    }
    $ . fn . googlePlaces = function ( options ) {
    return this . each ( function ( ) {
    if ( undefined == $ ( this ) . data ( 'googlePlaces' ) ) {
    var plugin = new $ . googlePlaces ( this , options ) ;
    $ ( this ) . data ( 'googlePlaces' , plugin ) ;
    }
    } ) ;
    }
    } ) ( jQuery ) ;
    英雄联盟竞猜现场投注网 星火电竞公告比赛 csgo完美世界 电竞竞猜 蜂鸟电竞积分联赛 亿电竞赛事外围