Looking for a Google Maps Expert to create a travel related map based website.
The website will feature various road trips and a user will be be able to select the number of days they have to travel, the location where they want to travel and the type of scenery they like. Depending on their preference, the nearest matching road trip will show on the map.
The map will also need to feature points along the road trip that they can click on and get information about the destination, places to…
Categories: Google, Google Maps, Programming, Travel, Website Tags: Google, map, maps, road, site, Travel, Website
Looking for a Google Maps Expert to create a travel related map based website.
The website will feature various road trips and a user will be be able to select the number of days they have to travel, the location where they want to travel and the type of scenery they like. Depending on their preference, the nearest matching road trip will show on the map.
The map will also need to feature points along the road trip that they can click on and get information about the destination, places to…
Categories: Google, Google Maps, Programming, Travel, Website Tags: Google, map, maps, road, site, Travel, Website
We are a company looking to develop an app. below you’ll find our spec. ideas
The app is a digital version of a card product soon to be launched.
This is a deck of generically put “divination cards”
where there are 44 cards each representing a different explanation.
The theme is highway/traffic signs.
The idea for the app is that beyond a menu screen the primary function would be:
1. to swipe your finger to start moving a simply animated car down a
road with road signs representing the cards on either side of the
road. in a quick motion blurred manner.
2.The user would tap the screen to end the sequence resulting in the
car randomly stopping next to one of the signs. The sign would then
animate to a card and be the primary focus of the screen and would
have the explanation of the sign on the card. The card could then be
tapped to have an animation of the sign/card being flipped over to
have the deeper meaning of the card.
It would be very important that the sign selection be random and NOT
have all the cards cycled through before a previously selected card
can be selected again. It is very important that the selection be
random save the element of the user stopping the blurry road sequence.
Other features that we’d like to incorporate. (if the cost if feasible)
1. A journal function.
typing in a question which is incorporated into a
In this project you will develop an editing environment for travel maps. For this assignment you will develop the basic infrastructure for reading in a representation of a map, and computing distances.
2 Description
The goal of this assignment is to create a Java class to store places and routes of a travel network, and allow trip distances to be calculated. In addition, you will write a class that can read/write a map from/to a text file. The external behaviour is prescribed by interfaces we provide.
3 Map file format
The file describing a map is a series of records, structured as lines of text. The are five different type of lines to specify places, roads, starting and ending points for a trip, and comments.
3.1 Place record
place placeName xpos ypos
Where:
� place is the character string �place�.
� placeName is the name of the place, a string of characters beginning with a letter, followed by zero or more letter, digit, or underscore characters. (This is essentially the definition of �identifier� in Java.)
� xpos and ypos are integer values that give the x- and y-position of the place on the computer’s display screen. Although you will not need these values for this stage of the project, you must store and reproduce them correctly.
3.2 Road record
road firstPlace secondPlace roadName length
Where: � road stands for the character string �road�; � firstPlace is the name of the place at one end of the road; � secondPlace is the name of the place at the other end of the road;
� roadName is the name of the this road. A roadName is character string that starts with a letter, and is followed by letters or digits. The special roadName – means the road does not have a name.
1
� length is the length of this road, in kilometres. Note that a road is symmetric � it is possible to travel from a to b, and from b to a.
3.3 Start record
start placeName
Where: � start stands for the character string �start�; � placeName specifies the starting place for a trip on the map.
3.4 End record
end placeName
Where: � end stands for the character string �end�; � placeName specifies the ending place for a trip on the map.
3.5 Comment record
A line that begins with the character �#� is a comment, and is ignored by the system.
3.6 Order of records
Records can appear in any order in the file, with one restriction: a place name must have been defined via a place record before its name can be used in a road, start, or end record. When writing a file, it is conventional to write the records in the order: place, road, start, then end.
4 What we provide
We provide the following java files for you:
Map.java contains an interface specification for a class that stores a representation of a map.
Place.java contains an interface specification for a class that stores a representation of a Place.
Road.java contains an interface specification for a class that stores a representation of a Road.
MapIo.java contains an interface specification for a class that can read or write a map from a textfile.
MapFormatException.java Specifies an exception that is thrown when an error is detected while reading a map specification.
PlaceListener.java contains an interface that is used to notify listeners when a change has been made to a place.
RoadListener.java contains an interface that is used to notify listeners when a change has been made to a road.
MapListener.java contains an interface that is used to notify listeners when a change has been made to the map.
exampleMap.txt contains an example map.
5 What you must do
You must write two java classes: MapImpl.java that implements the Map interface, and contains a default constructor: public MapImpl(), and MapReaderWriter.java that implements the MapIo inteface, and contains a default constructor MapReaderWriter()
Description
First we need a logo for our brand “BLACK TIE” we are a concept like: FOXHEAD.COM TAPOUT.COM & TRUE RELIGION
We are producing a line of stock jerseys that can be personalized with buyers logos, name, etc…
We need about 20 to 25 stock designs for each category. Each design would be available in various color ways.
Categories:
Auto Off Road racing “see http://www.score-international.com/” for reference
Moto-X / BMX “see http://shop.foxhead.com”
We are giving away bonuses for the top selling designs!!
FILES: Illustrator .AI or PDF
Printing Process: Sublimination
PLEASE SUBMIT YOUR BIDS, WINNER WILL BE THE HEAD DESIGNER FOR FURTER JOBS.
Categories: Design, Graphic Design, Illustrator, Logo Design, Vector Graphics Tags: clothing, com, Design, designs, moto, racing, road
Hi,
I need travel(road) distances between 900k coordinate pairs.
Each pair has a starting location latitude&longitude and a destination location latitude&longitude. I need the road distance between those to pairs.
By road distance I mean the distance which you would need to go by car. I’m not interested in the bird fly distance (I already have bird fly distances.)
Google maps can tell me distance between each pair but querying 900k pairs manually would not be feasible.
I’m guessing you will need access to google maps api to complete this project. And you will need to be able to automate this query.
SAMPLE FILE IS ATTACHED.
IN YOUR BID OR MESSAGE TO ME PLEASE TELL ME WHY YOU BELIEVE YOU CAN COMPLETE THIS PROJECT. DO NOT BID ON IT IF YOU ARE NOT SURE YOU CAN DO THIS.
Hi,
I need travel(road) distances between 900k coordinate pairs.
Each pair has a starting location latitude&longitude and a destination location latitude&longitude. I need the road distance between those to pairs.
By road distance I mean the distance which you would need to go by car. I’m not interested in the bird fly distance (I already have bird fly distances.)
Google maps can tell me distance between each pair but querying 900k pairs manually would not be feasible.
I’m guessing you will need access to google maps api to complete this project. And you will need to be able to automate this query.
SAMPLE FILE IS ATTACHED.
IN YOUR BID OR MESSAGE TO ME PLEASE TELL ME WHY YOU BELIEVE YOU CAN COMPLETE THIS PROJECT. DO NOT BID ON IT IF YOU ARE NOT SURE YOU CAN DO THIS.
The project is time sensitive, should be created within 2-3 days $40.00
(1)Create a company logo for new company Razziefilms Inc.
Would like the logo to be professional yet fun.
Ideas : a film wheel that is spun into a road , open to ideas.
(2)Create a movie poster and title for a road trip movie
Categories: Logo Design Tags: company, company logo, company logo design, Design, design for, for new, logo, logo design, Movie, New, new company, new company logo, road, road trip movie
Looking to create a site similar to Yahoo Answers, and would ideally like to use Drupal so that I can extend the functionality down the road. Not a requirement, but would be great.
This quote is for the initial design and functionality:
- Ability to log in and post and answer questions
- Homepage listing of recent questions and answers
- Ability for users to accrue points for posting and answering questions
I really do love the way Yahoo Answers is laid out – including the ability to mouseover a user’s name and see what how many questions they’ve answered and how many of their answers have been chosen.
Down the road, I’d also like to add the ability to qualify users who answer questions by what type of questions they’re good at answering, and also add the ability to post news stories and Digg up/down. Also initially I don’t need any e-mail integration, but down the road I’d like to use e-mail for verification and updating people on whether or not anyone answered their question.
The site will focus primarily on the small business market, with the initial categories basically lifted from the existing Answers categories.
Categories: Drupal, MySQL, PHP, Website Design Tags: ability, answers, answers clone, answers clone drupal, Clone, Design, down the, Drupal, mahalo, mahalo answers, mahalo answers clone, mysql website design, php mysql website, questions, road, the ability, the road, Yahoo, yahoo mahalo, yahoo mahalo answers