Search:

Type: Posts; User: ashish_bakhale

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,383

    Re: Need help to connect Google api

    try {
    URL oracle = new URL("http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true");
    BufferedReader in = new BufferedReader(...
  2. Replies
    5
    Views
    1,383

    Re: Need help to connect Google api

    I have used below code to access google api.



    public class TestConn {
    public static void main(String args [])
    {
    try{
    URL hp = new...
  3. Replies
    5
    Views
    1,383

    Need help to connect Google api

    Hello,


    I am new to Java programming. I want to connect to google api

    I want to pass address and sensor, two parameters and get the xml or json output from api . Can anyone help me with this...
Results 1 to 3 of 3