Posts

Showing posts with the label google Map

Create Google map With pagination and Particular Place Type

<!DOCTYPE html> <html> <head>     <meta name = "viewport" content = "initial-scale=1.0, user-scalable=no" >     <meta charset = "utf-8" >     <title> Places Searchbox </title>     <style>         html,         body {             height : 100% ;             margin : 0 ;             padding : 0 ;         }               #map {             height : 100% ;         }               .controls {             margin-top : 10px ;             border : 1px solid transparent ;             border-radius : 2px 0 0 2px ;             box-sizing : border-box ;             -moz-box-sizing : border-box ;             height : 32px ;             outline : none ;             box-shadow : 0 2px 6px rgba(0, 0, 0, 0.3) ;         }               #pac-input {             background-color : #fff ;             font-family : Roboto;             font-size : 15px ;             font-weight : 300