It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have been searching a long time that codes. i want to create my app and when user open it, program find it gps location from google maps and will show companies near him. and show the "how to go there" as like google maps.
there are a lots of apps like that. but i cannot find the source codes. do you have any idea or example codes for kind of this app?
Thanks and Best Regards.
Fatih
You can use the Google Places API. One of the parameters passed to the API server is the location in latitude and longitude coordinates. The result data can be returned in either JSON or XML format.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I would like to look for record among records of entities Leads, Opportunities, Accounts. That's mean I can select Leads from Sales and after that I can to find records from Leads, Opportunities and Accounts. Is it possible?
I interpret your question that you'd like to search across more than one entity in one search. That you would like your query to be searched in Leads, Opportunities and Accounts in the same time. In the OOTB functionality you cannot do this, however the guys over at PowerObjects has a third party solution for this kind of stuff called PowerGlobalSearch. You can read about it here and see if it's something that could help you: http://www.powerobjects.com/add-on-subscriptions/powerpack/powerglobalsearch/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is it possible to store multiple small images or icons as parts of a single image, so that my webpage can get all the icons it needs from a single GET request. This would help my page load faster.
This is an example of the sort of composite image I'm referring to:
http://oi40.tinypic.com/2saaxac.jpg
It seems to me that it is some kind of array of images put into one file. I'm hoping there is some way that i can use each individual icon in the image in a project.
These are called sprite sheets, there's a great article about them on css-tricks that should help you understand how they work on the web.
CSS Sprites: What They Are, Why They’re Cool, and How To Use Them
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to digitise some places of my city in ArcGIS. I found ArcGIS 'World Imagery' layer which I can use it as a basemap for digitisation. But the problem is it works only while the internet is connected. Is there anyway to save the cache of the layer at a particular zoom level so that I can work on it offline even after I restart the computer.
If no, please tell me any other way- may be with google or bing imagery, I need to digitise important features of the city. So i require resolution at house level.
A quick and dirty way would be to take a screen shot, save it, add it as data, then georeference it with the "Georeferencing" toolbar. I'm not sure how to save a cache or how much memory that might take. If you are working at a fixed scale and can find the imagery you need (like google or bing), then take a screenshot or maybe use a program like Snagit (if you have it) to capture the extent you want at the best resolution.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a binary-only copy of an application written in Delphi 7; as part of its execution, it writes some data into a text file (not in plain text).
Is it possible to extract the data from the file if I know part of the input data and have a copy of this file? (What if it's encrypted?) I have no idea about the structure of the mentioned file.
And no, I don't have source code for the application -- I think that's obvious.
Yes it's possible, you would have to reverse engineer this application first (IDA, HIEW) and/or debug it while it stores the data to the file, contact me if you need more help.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm planning to make an application like google maps only to a city in my country.
I want to use XNA WP7, but I get a lot of problems here
Is it possible that I detect a road just by detecting colors on the map that I created?
or I must draw the line functions in XNA? and declare each point of the road?
second, whether I can control the image in XNA? how?
How do I get the position coordinate / pixel in the image rather than on the screen?
please give me an opinion, or give me a tutorial that relates to my project ..
Do you want to use Google Maps in particular, or can you use Bing Maps? If you can use Bing Maps, then there's a built in control that handles a lot of the hard work for you. You can download sample code on how to use the Bing Map control from here.