Google has just made available Google Maps for Windows Mobile. Here’s the blurb on Google Maps Mobile Page:
Take the power of Google Maps with you on your mobile phone.
Real-time traffic — See where the congestion is, and estimate delays in over 30 major US metropolitan areas.
Detailed directions — Whether you plan to walk or drive, your route is displayed on the map itself, together with step-by-step directions.
Integrated search results — Local business locations and contact information appear all in one place, integrated on your map.
Easily movable maps — Interactive maps let you zoom in or out, and move in all directions so you can orient yourself visually.
Satellite imagery — Get a bird’s eye view of your desired location. (It’s like you’re there, we swear.
I tried the app on my Samsung i730 Windows Mobile phone and it worked great. Map data is retrieved from Google’s servers as needed just like regular Google Maps. Response time is slower than on a desktop but still very usable on my Verizon EDVO connection.
If you are a user of Google Maps then the screen below will look familiar to you:
Note the transparent buttons. Great idea.
Searching for local businesses is a snap. Click Search . Type in the name of the busines. Hit OK. Search matches are displayed on the map as pushpins:
There is also the Satellite View, but missing is the Hybrid View.
More info here.
To list available contexts: kubectl config get-contexts To show the current context: kubectl config current-context…
kubectl exec -it <podname> -- sh To get a list of running pods in the…
# Create a soft symbolic link from /mnt/original (file or folder) to ~/link ln -s…
git config --global user.name "<your name>" git config --global user.email "<youremail@somewhere.com>" Related Commands Show current…
TypeScript/JavaScript function getLastMonday(d: Date) { let d1 = new Date(d.getFullYear(), d.getMonth() + 1, 0); let…
I had to do some SMTP relay troubleshooting and it wasn't obvious how to view…
View Comments