Archive

Posts Tagged ‘maps api’

Google Maps Api

August 31st, 2011 Comments off

I want a google map embedded into my webpage that shows 1) the map of the user’s current location out to one mile and points out all of the locations of a pre determined search. In other words, I want the map to show all of the nearby recycling centers. 2) I want the user to be able to type in a zip code to help with the search if the google map can not already locate their location.

This is for a non-profit so please not too expensive. Thanks.

Rtml And Yahoo Maps Api

November 23rd, 2009 Comments off

Hi,

I need to know the distance between 2 zipcodes using yahoo RTML and Yahoo Maps API.

The first zip code is static, and the other is passed by RTML variable.

This is in RTML and you must be an expert in RTML.

I need this done today.

Google Maps Api On WordPress

August 18th, 2009 Comments off

Looking for a web designer to incorporate an interactive Google Maps API at the top of our Home and Articles/Posts pages on our WordPress site. Screengrab attached.

Google Maps Api 2

August 17th, 2009 Comments off

I need a script to interface with the google maps API, should work as follows,

1)user enters a ZIP code.
2)user enters a keyword.
3)Script pulls all the business’s with that keyword in that zip code and displays them.
4)User can click on the business name displayed and then get a google map showing the location.

A site that does this as I want it is here:
http://wheresthatcoupon.com/local.cfm?srchzip=17901&searchtype=keyword&searchkeyword=pizza&categories1=empty&x=0&y=0&searchradius=30&RequestTimeOut=500&redir=listings&srchby=fr&scat=0&srchfor=

code must be well commented.

Google Maps Api

August 17th, 2009 Comments off

I need a script to interface with the google maps API, should work as follows,

1)user enters a ZIP code.
2)user enters a keyword.
3)Script pulls all the business’s with that keyword in that zip code and displays them.
4)User can click on the business name displayed and then get a google map showing the location.

A site that does this as I want it is here:
http://wheresthatcoupon.com/local.cfm?srchzip=17901&searchtype=keyword&searchkeyword=pizza&categories1=empty&x=0&y=0&searchradius=30&RequestTimeOut=500&redir=listings&srchby=fr&scat=0&srchfor=

code must be well commented.

Simple Google Maps Api/php

July 27th, 2009 Comments off

I need to modify my project to more detail one www.nepalgis.com.I will give the tile image.Detail things I will explain to winner.
thanks pramod

Google Maps Api Help

July 19th, 2009 Comments off

I have a website (website A) that uses Google Maps API that is held on another web site (website B). Unfortunately the directory for that website (website B) that held the Google Mapping API key was lost and so the website (website A) that needs to use the Google Map API key can no longer access the key on the other website (website B). What I need is for someone with knowledge of using Google Map APIs to recreate the .php file that was on the website (website B) directory that was lost so that my website (website A) can begin geocoding again. I have attached a screenshot of the locator file that is on the website (website A) that uses the API to geocode and how it communicates with the website (website B) that contains the php file with the API license key information.

Name of and access to Website A will be kept private due to code protection. What the programmer will have access to is the directory of Website B which is bulldogapparel.com where they will need to recreate the geocoding PHP file with my Google Maps API key for Website A to access.

Google Maps Api Drawing Module

June 16th, 2009 Comments off

I need someone quickly that can complete a map drawing project with google maps API. Basically, it is for a community site that will allow users to go to an interactive map, draw a route on that map and write details about the route. Then when submitted the route is published in a proper category (like by state) and can be browsed by other users and viewed. This will be implemented on an existing site, I have source PSD. Let me know quote and turnaround time asap and I’ll try and get the project referred to you.

Vbulletin + Google Maps Mod

June 11th, 2009 Comments off

I need somebody experienced with vBulletin and Google Maps API to write a custom mod compatible with vBulletin 3.8.x that will:

1) add custom fields to the new/edit thread posting form.
2) take input (a Google Maps url) from one of these custom fields and grab (grep? regex?) certain elements (coordinates) to be made available as variables which are saved to the vBulletin database and displayed in the first post of a new thread
3) use the same variables to get geocode information from Google and save fields from the Google Maps API JSON results (or XML results if you prefer) to the database and made available to be displayed in the first post. I think a separate db table for the data from item #1 and the returned JSON fields are ideal but am open to alternate suggestions.

Requirements
- Some fields will be required and some will not. Failing to submit appropriate data in a required field returns error indicating the problem.
- input of Google Maps url in one custom field is verified to be a Google url (including various international domains)
- All data submitted through custom fields are run through vBulletin’s form/input cleaning as well as protections from SQl injections, CSRF, other common attacks and clean out any submitted HTML
- Edit of thread posts containing url and other information from the custom fields will automatically display what is currently saved to the database and allow for edit/replacement according to vbulletin permissions regarding editing privileges. Change to Google Maps url in custom field will initiate reprocessing of grep/regex and related variables/data replaced in database (it would be a nice extra to have it prompt before replacing this data)
-Not all forums/new threads will use the custom fields. Make sure there are no errors if no data is submitted in the custom fields (these fields will likely not be shown in certain areas of the site).
-I have no problem with using an existing vBulletin hack such as http://www.vbulletin.org/forum/showthread.php?t=128587 as long as it is fixed to work with v3.8. I am also open to other vB hacks you may know that may make coding easier.

At the end of the project I expect the mod and all the changes with documentation (full install instructions) to be zipped and sent to me.

- – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – -
Sample of how this might work
User goes to do=newthread where custom field submission of this Google Map URL is entered:
http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q&ie=UTF8&layer=c&cbll=30.272735,-97.741076&panoid=CGDtk5FW3PDHGPuW_Vnh9g&cbp=12,13.06,,0,-2.17&ll=30.272587,-97.741123&spn=0.005597,0.00751&z=17&iwloc=A

The code verifies a clean Google Maps url was submitted and will grab this information from the submitted url:
&cbp=12,13.06,,0,-2.17
&ll=30.272587,-97.741123

This information will then, for example, be able to be inserted into the following HTML and displayed on the first post of the new thread
<iframe width=”425″ height=”240″ frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ src=”http://maps.google.com/maps/sv?cbp=***cbp goes here***&cbll=***ll goes here***&panoid=&v=1&hl=en&gl=us”></iframe>

The &ll coordinates will also be submitted through the Google Map API for reverse geocoding (http://code.google.com/apis/maps/documentation/geocoding/#ReverseGeocoding) to receive and store the following JSON results in the database: id, address. CountryNameCode. CountryName. AdministrativeAreaName. LocalityName. ThoroughfareName. PostalCodeNumber and Accuracy.

If somebody goes to edit the post the custom fields and default thread fields will be visible and contain the information from the database. Changes to the post will result in the Google Map API information to be updated and saved back to the database.

Links that or may not be useful
Add custom fields to new threads
http://www.vbulletin.org/forum/showthread.php?t=114249
Validate fields or extract information using regular expressions
http://www.vbulletin.org/forum/showthread.php?t=215466
vBulletin Custom DataManagers (might be useful)
http://www.vbulletin.org/forum/showthread.php?t=119376
vBulletin Docs
http://www.vbulletin.com/docs/html/
vBulletin API Basics
http://www.vbulletin.org/forum/showthread.php?t=98009
Implementing CSRF Protection in modifications
http://www.vbulletin.org/forum/showthread.php?t=177013
Google Maps API
http://code.google.com/apis/maps/doc…ion/index.html
Google API – Geocoding

http://code.google.com/apis/maps/doc…ion/geocoding/

Help With Google Maps Api

June 9th, 2009 Comments off

Hi,

This is just a very small project. I am trying to insert a Google maps in my website. I succeeded to some degree, and the result can be seen here:

http://www.logitope.com/contactus-3.html

I don’t manage to set the marker in the right position. As far as I can see, I have done everything right: “map.addOverlay(new GMarker(30.612522, 114.259829));” But whatever I do, the marker sticks to the top left corner of the window. Also, I would like to have to satellite view instead of the roadmap as default.

General Intro to Google Maps API:
http://code.google.com/apis/maps/documentation/introduction.html
Reference:
http://code.google.com/apis/maps/documentation/reference.html#GMarker

Optionally, I also would like to use a custom icon instead of the Google default marker. There are instructions on the web, and I can supply the design as .jpg or .ico. It doesn’t seem too difficult, but maybe better indicate the additional cost for doing this separately.

So, the project consists of the following targets:
- Set marker to center of map
- Change to satellite view
- optionally: implement custom design for marker

Ulrich

Help With Google Maps Api

June 9th, 2009 Comments off

Hi,

This is just a very small project. I am trying to insert a Google maps in my website. I succeeded to some degree, and the result can be seen here:

http://www.logitope.com/contactus-3.html

I don’t manage to set the marker in the right position. As far as I can see, I have done everything right: “map.addOverlay(new GMarker(30.612522, 114.259829));” But whatever I do, the marker sticks to the top left corner of the window. Also, I would like to have to satellite view instead of the roadmap as default.

General Intro to Google Maps API:
http://code.google.com/apis/maps/documentation/introduction.html
Reference:
http://code.google.com/apis/maps/documentation/reference.html#GMarker

Optionally, I also would like to use a custom icon instead of the Google default marker. There are instructions on the web, and I can supply the design as .jpg or .ico. It doesn’t seem too difficult, but maybe better indicate the additional cost for doing this separately.

So, the project consists of the following targets:
- Set marker to center of map
- Change to satellite view
- optionally: implement custom design for marker

Ulrich

Google Maps Api Work

May 8th, 2009 Comments off

I am looking for an experienced Google Map API programmer to tackle a little code for me. I will explain in point form below

- User clicks a button and activates some JavaScript that allows them to place a marker on the map.
- Once the user moves around the map and chooses where they want the marker then will then be prompted to enter some information about the marker. Please ask for some dummy information, name and description.
- The user must also be able to specify an icon to use as the marker.
- It will then log that marker into a mySQL table and display on the map whenever someone views it.
- Once the user has placed a marker, clicking the map again will not ask them to place another marker until the click the button again.
Work should be done in the next 3-5 days… The sooner the better. Please comment your code and make sure it’s readable. If the programmer does a good job they will almost certainly receive follow up work over the next few months.
I am in Eastern Standard Time, and am available for questions and comments via email and IM.

Happy Bidding

Google Maps Api 4 Real Estate

May 4th, 2009 Comments off

Require:

MAP API to display listings from our Filemaker database. Filemaker can output directly to the page or can ODBC, XML. We can figure out the best route to take.

Basically the MAP needs to display simple markers for every listing in the search results so it has to be a real-time dynamic connection between the MAP and the database and the markers need to display some field values from the record (listing). Street view option should be built in to the API.

For internal use.

Google Maps Api

March 29th, 2009 Comments off

We have a series of postcodes our trucks deliver our product to different area on different days. What we need if the person types in a postcode the area will show up on google maps and it will tell the what day the delivery is available in their area. There are 5 zones and each zone should reflect in the map in a diffrerent colour.

Database of postcodes will be supplied we will need you to program this.

Categories: Ajax Tags: , , , , ,
Bear