raja
raja

Reputation: 49

google maps problem

i am doing online food ordering project. the restaurants register and create zones, these shows that how much long this restaurant delivery food items, my problem is how to create zones in google map. and when company emplyee open his company it must shows the near restaurant (based on zones). is it possible. can anyone have please help me.

sorry for my poor english.

thanks in advance.

Upvotes: 0

Views: 158

Answers (1)

Alastair Pitts
Alastair Pitts

Reputation: 19601

What your looking for is overlays.

Have a look at this section of the documentation (v3) http://code.google.com/apis/maps/documentation/javascript/overlays.html#Polygons

Basically you'll want to define a polygon that is the zone. You can also colour and label the polygon.

Upvotes: 1

Related Questions