Jump to content

Hi I am new here and I need some helps

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
ghreza

ghreza

    Newbie

  • Members
  • Pip
  • 3 posts
Hi my real name is gholamreza.
I want to write a program like "Universal Maps Downloader" and I don't know how I download maps pictures from Google site. Any one can help me????
I am familiar with C#, Java, C++, Vb.net

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Hey ghreza, welcome to CodeCall!

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Welcome aboard! If you look at the site with firebug, you'll see that each map piece is something like this:
<img style="border: 0px none ; margin: 0px; padding: 0px; position: absolute; left: -15px; top: 111px; width: 256px; height: 256px; -moz-user-select: none;" src="http://mt2.google.com/vt/lyrs=m@107&hl=en&x=2&y=6&z=4&s=Gali"/>

Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
debtboy

debtboy

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 916 posts
Welcome to the forum :)

#5
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
Welcome to Codecall :)

#6
ghreza

ghreza

    Newbie

  • Members
  • Pip
  • 3 posts
thanks everybody

#7
ghreza

ghreza

    Newbie

  • Members
  • Pip
  • 3 posts
My problem is that I have not any knowledge about address type of google server. As other expression I don't know the mean of "lyrs=m@107&hl=en" in such addresses and I down know when I should use Galileo, or Ga, or ... in downloading pictures in following links:

mt3.google.com/vt/lyrs=m@107&hl=en&x=3&y=6&z=4&s=Galileo
mt0.google.com/vt/lyrs=m@107&hl=en&x=4&y=6&z=4&s=Ga
mt2.google.com/vt/lyrs=m@107&hl=en&x=2&y=6&z=4&s=Gali
mt3.google.com/vt/lyrs=m@107&hl=en&x=3&y=6&z=4&s=Galileo

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
They are parameters that are being passed to Google's server. It sends back an image file dynamically.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Welcome to CodeCall